diff --git a/colors/twilight.vim b/colors/twilight.vim index d96f653..4fdeed4 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -11,6 +11,7 @@ if has("gui_running") || &t_Co == 256 let s:light_grey_blue = [ "102", "#878787" ] let s:grey_blue = [ "103", "#8787af" ] let s:mid_grey_blue = [ "59", "#5f5f5f" ] + let s:dark_blue = [ "18", "#000087" ] let s:blue = [ "39", "#00afff" ] let s:beige = [ "179", "#dfaf5f" ] let s:orange = [ "202", "#ff5f00" ] @@ -66,7 +67,7 @@ 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:none, s:dark_grey, "none") + call HiGroup("CursorLine", s:none, s:none, "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") @@ -90,7 +91,7 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("PmenuSbar", s:empty, s:empty, "none") "call HiGroup("PmenuThumb", s:empty, s:empty, "none") "call HiGroup("Question", s:empty, s:empty, "none") - call HiGroup("Search", s:dark_grey, s:light_orange, "none") + call HiGroup("Search", s:none, s:dark_blue, "none") "call HiGroup("SpecialKey", s:emptnoney, s:empty, "none") call HiGroup("SpellBad", s:bright_red, s:empty, "bold") call HiGroup("SpellCap", s:blue, s:empty, "bold")