diff --git a/colors/fresh.vim b/colors/fresh.vim
index 9e71424..cffea5e 100644
--- a/colors/fresh.vim
+++ b/colors/fresh.vim
@@ -118,7 +118,7 @@ if has("gui_running") || &t_Co == 256
   call s:hi("PmenuSel", "", "", "reverse")
   call s:hi("PmenuSbar", "", "", "")
   call s:hi("PmenuThumb", "", "", "")
-  call s:hi("Question", "", "", "")
+  call s:hi("Question", "69", "", "")
   call s:hi("Search", "11", "", "")
   call s:hi("SpecialKey", "", "", "")
   call s:hi("SpellBad", "160", "", "")
@@ -181,7 +181,7 @@ if has("gui_running") || &t_Co == 256
 
   call s:hi("Underlined", "33", "", "underline")
   call s:hi("Ignore", "", "", "")
-  call s:hi("Error", "", "", "")
+  call s:hi("Error", "1", "", "")
   call s:hi("Todo", "202", "", "bold")
   "" }}}