diff --git a/colors/fresh.vim b/colors/fresh.vim
index 80606b8..14fd4e6 100644
--- a/colors/fresh.vim
+++ b/colors/fresh.vim
@@ -182,14 +182,14 @@ if has("gui_running") || &t_Co == 256
   call s:hi("Underlined", "33", "", "underline")
   call s:hi("Ignore", "", "", "")
   call s:hi("Error", "", "", "")
-  call s:hi("Todo", "", "", "")
+  call s:hi("Todo", "202", "", "bold")
   "" }}}
 
   "" Custom Groups {{{
   call s:hi("Block", "", "", "")
-  "call s:hi("Note", s:dark_green, s:empty, "bold")
-  "call s:hi("Important", s:bright_yellow, s:empty, "bold")
-  "call s:hi("Research", s:bright_yellow, s:empty, "bold")
+  call s:hi("Note", "40", "", "bold")
+  call s:hi("Important", "220", "", "bold")
+  call s:hi("Research", "202", "", "bold")
 
   call s:hi("SyntasticErrorSign", "160", "", "bold")
   call s:hi("SyntasticWarningSign", "93", "", "bold")