From fc4200274cbc0dd8b478c7ff567252aed9bf0106 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 May 2014 20:36:33 -0400 Subject: twilight256: colour inactive statuslines dark grey Use a dark grey colour on statuslines of inactive windows to make it easier to differentiate between active and inactive windows. The active window remains the old light grey. --- colors/twilight256.vim | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'colors') diff --git a/colors/twilight256.vim b/colors/twilight256.vim index 63f3aaa..cf8082d 100644 --- a/colors/twilight256.vim +++ b/colors/twilight256.vim @@ -19,6 +19,11 @@ " * Manually set "Normal" ctermbg to 235 (or #262626) " * Set "NonText" and "SpecialKey" to "Comment" colour " +" 2014.05.23: +" * Set "StatusLineNC" to a dark grey. This way I get a light grey on the +" currently active window and the other windows have darker statuslines. +" Makes it easier to see visually where my cursor is. +" set background=dark if version > 580 @@ -277,6 +282,10 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 "Menu "Scrollbar "Tooltip + + " Added 2014.05.23: set custom statusline colour. Lighter colour for the + " active window and darker colour for others. + call X("StatusLineNC", "c2bfa5", "000000", "reverse") " syntax highlighting groups call X("Comment", "828282", "", "") -- cgit v1.2.3