diff --git a/colors/twilight.vim b/colors/twilight.vim index 800f0f3..ba8cfed 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -65,8 +65,8 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("Cursor", s:empty, s:empty, "none") "call HiGroup("CursorIM", s:empty, s:empty, "none") "call HiGroup("CursorColumn", s:empty, s:empty, "none") - "call HiGroup("CursorLine", s:empty, s:empty, "none") - "call HiGroup("Directory", s:empty, s:empty, "none") + "call HiGroup("CursorLine", s:none, s:dark_grey, "none") + call HiGroup("Directory", s:light_green, s:empty, "none") call HiGroup("DiffAdd", s:dark_green, s:grey, "bold") call HiGroup("DiffChange", s:white, s:grey, "bold") call HiGroup("DiffDelete", s:red, s:grey, "bold")