aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Upton <thomasupton@gmail.com>2012-03-04 22:19:39 -0600
committerThomas Upton <thomasupton@gmail.com>2012-03-04 22:19:39 -0600
commitcfba2c6343d3ded33688e0fa81c57b17883e6fc9 (patch)
tree0e4d629b7fea3e489e23a3d34d54f2a14ce29c14
parentMore file-specific tweaks. (diff)
downloadvim-sahara-cfba2c6343d3ded33688e0fa81c57b17883e6fc9.tar.gz
vim-sahara-cfba2c6343d3ded33688e0fa81c57b17883e6fc9.zip
Add a `CursorLine` style.
Show the cursor line with a faint background and not an ugly and hard-to-see underline when `cursorline` is set.
-rw-r--r--colors/sahara.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/sahara.vim b/colors/sahara.vim
index a3c6517..0902251 100644
--- a/colors/sahara.vim
+++ b/colors/sahara.vim
@@ -27,6 +27,7 @@ if has("gui_running") || &t_Co == 256
"
highlight Comment term=NONE cterm=NONE ctermfg=110 ctermbg=NONE gui=NONE guifg=#87afd7 guibg=NONE
highlight Constant term=NONE cterm=NONE ctermfg=217 ctermbg=NONE gui=NONE guifg=#ffafaf guibg=NONE
+ highlight CursorLine term=NONE cterm=NONE ctermfg=NONE ctermbg=235 gui=NONE guifg=NONE guibg=#4c4c4c
highlight Cursor term=NONE cterm=NONE ctermfg=66 ctermbg=222 gui=NONE guifg=#5f8787 guibg=#ffd787
highlight DiffAdd term=NONE cterm=NONE ctermfg=NONE ctermbg=22 gui=NONE guifg=NONE guibg=#005f00
highlight DiffChange term=NONE cterm=NONE ctermfg=NONE ctermbg=17 gui=NONE guifg=NONE guibg=#00005f