diff --git a/colors/Tomorrow-Night-Blue.vim b/colors/Tomorrow-Night-Blue.vim index 075e0d0..a49313d 100644 --- a/colors/Tomorrow-Night-Blue.vim +++ b/colors/Tomorrow-Night-Blue.vim @@ -233,17 +233,18 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Vim Highlighting call X("Normal", s:foreground, s:background, "") - call X("LineNr", s:foreground, "", "") + call X("LineNr", s:foreground, s:line, "") call X("NonText", s:selection, "", "") call X("SpecialKey", s:selection, "", "") call X("Search", s:background, s:yellow, "") call X("TabLine", s:foreground, s:background, "reverse") call X("StatusLine", s:foreground, s:background, "reverse") call X("StatusLineNC", s:foreground, s:background, "reverse") + call X("VertSplit", s:foreground, s:foreground, "") call X("Visual", "", s:selection, "") call X("Directory", s:blue, "", "") call X("ModeMsg", s:green, "", "") - call X("MoreMsg", s:green, "", "") + call X("MoreMsg", s:green, "", "") call X("Question", s:green, "", "") call X("WarningMsg", s:red, "", "") if version >= 700 @@ -252,7 +253,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("PMenu", s:foreground, s:selection, "none") call X("PMenuSel", s:foreground, s:selection, "reverse") end - if version >= 703 + if version >= 703 call X("ColorColumn", "", s:line, "none") end diff --git a/colors/Tomorrow-Night-Bright.vim b/colors/Tomorrow-Night-Bright.vim index a7fc2c6..5e8e173 100644 --- a/colors/Tomorrow-Night-Bright.vim +++ b/colors/Tomorrow-Night-Bright.vim @@ -233,17 +233,18 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Vim Highlighting call X("Normal", s:foreground, s:background, "") - call X("LineNr", s:foreground, "", "") + call X("LineNr", s:foreground, s:line, "") call X("NonText", s:selection, "", "") call X("SpecialKey", s:selection, "", "") call X("Search", s:background, s:yellow, "") call X("TabLine", s:foreground, s:background, "reverse") call X("StatusLine", s:foreground, s:background, "reverse") call X("StatusLineNC", s:foreground, s:background, "reverse") + call X("VertSplit", s:foreground, s:foreground, "") call X("Visual", "", s:selection, "") call X("Directory", s:blue, "", "") call X("ModeMsg", s:green, "", "") - call X("MoreMsg", s:green, "", "") + call X("MoreMsg", s:green, "", "") call X("Question", s:green, "", "") call X("WarningMsg", s:red, "", "") if version >= 700 @@ -252,7 +253,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("PMenu", s:foreground, s:selection, "none") call X("PMenuSel", s:foreground, s:selection, "reverse") end - if version >= 703 + if version >= 703 call X("ColorColumn", "", s:line, "none") end diff --git a/colors/Tomorrow-Night-Eighties.vim b/colors/Tomorrow-Night-Eighties.vim index c18743e..721a84b 100644 --- a/colors/Tomorrow-Night-Eighties.vim +++ b/colors/Tomorrow-Night-Eighties.vim @@ -233,17 +233,18 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Vim Highlighting call X("Normal", s:foreground, s:background, "") - call X("LineNr", s:foreground, "", "") + call X("LineNr", s:foreground, s:line, "") call X("NonText", s:selection, "", "") call X("SpecialKey", s:selection, "", "") call X("Search", s:background, s:yellow, "") call X("TabLine", s:foreground, s:background, "reverse") call X("StatusLine", s:foreground, s:background, "reverse") call X("StatusLineNC", s:foreground, s:background, "reverse") + call X("VertSplit", s:foreground, s:foreground, "") call X("Visual", "", s:selection, "") call X("Directory", s:blue, "", "") call X("ModeMsg", s:green, "", "") - call X("MoreMsg", s:green, "", "") + call X("MoreMsg", s:green, "", "") call X("Question", s:green, "", "") call X("WarningMsg", s:red, "", "") if version >= 700 @@ -252,7 +253,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("PMenu", s:foreground, s:selection, "none") call X("PMenuSel", s:foreground, s:selection, "reverse") end - if version >= 703 + if version >= 703 call X("ColorColumn", "", s:line, "none") end diff --git a/colors/Tomorrow-Night.vim b/colors/Tomorrow-Night.vim index 4fc9ebe..a286571 100644 --- a/colors/Tomorrow-Night.vim +++ b/colors/Tomorrow-Night.vim @@ -16,10 +16,12 @@ let s:green = "b5bd68" let s:aqua = "8abeb7" let s:blue = "81a2be" let s:purple = "b294bb" +let s:window = "4d5057" " Console 256 Colours if !has("gui_running") let s:background = "303030" + let s:window = "5e5e5e" let s:line = "3a3a3a" let s:selection = "585858" end @@ -240,17 +242,18 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Vim Highlighting call X("Normal", s:foreground, s:background, "") - call X("LineNr", s:foreground, "", "") + call X("LineNr", s:foreground, s:line, "") call X("NonText", s:selection, "", "") call X("SpecialKey", s:selection, "", "") call X("Search", s:background, s:yellow, "") call X("TabLine", s:foreground, s:background, "reverse") - call X("StatusLine", s:foreground, s:background, "reverse") - call X("StatusLineNC", s:foreground, s:background, "reverse") + call X("StatusLine", s:window, s:yellow, "reverse") + call X("StatusLineNC", s:window, s:foreground, "reverse") + call X("VertSplit", s:window, s:window, "none") call X("Visual", "", s:selection, "") call X("Directory", s:blue, "", "") call X("ModeMsg", s:green, "", "") - call X("MoreMsg", s:green, "", "") + call X("MoreMsg", s:green, "", "") call X("Question", s:green, "", "") call X("WarningMsg", s:red, "", "") if version >= 700 @@ -259,7 +262,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("PMenu", s:foreground, s:selection, "none") call X("PMenuSel", s:foreground, s:selection, "reverse") end - if version >= 703 + if version >= 703 call X("ColorColumn", "", s:line, "none") end diff --git a/colors/Tomorrow.vim b/colors/Tomorrow.vim index 88d3a33..b2d0e34 100644 --- a/colors/Tomorrow.vim +++ b/colors/Tomorrow.vim @@ -232,17 +232,18 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 " Vim Highlighting call X("Normal", s:foreground, s:background, "") - call X("LineNr", s:foreground, "", "") + call X("LineNr", s:foreground, s:line, "") call X("NonText", s:selection, "", "") call X("SpecialKey", s:selection, "", "") call X("Search", s:background, s:yellow, "") call X("TabLine", s:foreground, s:background, "reverse") call X("StatusLine", s:foreground, s:background, "reverse") call X("StatusLineNC", s:foreground, s:background, "reverse") + call X("VertSplit", s:foreground, s:foreground, "") call X("Visual", "", s:selection, "") call X("Directory", s:blue, "", "") call X("ModeMsg", s:green, "", "") - call X("MoreMsg", s:green, "", "") + call X("MoreMsg", s:green, "", "") call X("Question", s:green, "", "") call X("WarningMsg", s:red, "", "") if version >= 700 @@ -251,7 +252,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("PMenu", s:foreground, s:selection, "none") call X("PMenuSel", s:foreground, s:selection, "reverse") end - if version >= 703 + if version >= 703 call X("ColorColumn", "", s:line, "none") end