diff --git a/colors/fresh.vim b/colors/fresh.vim index 46bb1c0..803513f 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -162,21 +162,21 @@ if has("gui_running") || &t_Co == 256 call s:hi("Exception", "", "", "") call s:hi("PreProc", "102", "", "") - call s:hi("Include", "66", "", "") + call s:hi("Include", "65", "", "") call s:hi("Define", "", "", "") call s:hi("Macro", "", "", "") call s:hi("PreCondit", "61", "", "") - call s:hi("Type", "74", "", "") + call s:hi("Type", "75", "", "") call s:hi("StorageClass", "66", "", "") call s:hi("Structure", "69", "", "") - call s:hi("Typedef", "73", "", "") + call s:hi("Typedef", "75", "", "") call s:hi("Special", "179", "", "") call s:hi("SpecialChar", "", "", "") call s:hi("Tag", "", "", "") call s:hi("Delimiter", "", "", "") - call s:hi("SpecialComment", "", "", "") + call s:hi("SpecialComment", "246", "", "") call s:hi("Debug", "", "", "") call s:hi("Underlined", "33", "", "underline")