From cfba2c6343d3ded33688e0fa81c57b17883e6fc9 Mon Sep 17 00:00:00 2001 From: Thomas Upton Date: Sun, 4 Mar 2012 22:19:39 -0600 Subject: 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. --- colors/sahara.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3 From 8774acb40ce8037e6da169220948bd707bf636e7 Mon Sep 17 00:00:00 2001 From: Thomas Upton Date: Sun, 4 Mar 2012 22:22:06 -0600 Subject: Better (alphabetical) order. --- colors/sahara.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/sahara.vim b/colors/sahara.vim index 0902251..2bb6327 100644 --- a/colors/sahara.vim +++ b/colors/sahara.vim @@ -27,8 +27,8 @@ 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 CursorLine term=NONE cterm=NONE ctermfg=NONE ctermbg=235 gui=NONE guifg=NONE guibg=#4c4c4c 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 highlight DiffDelete term=NONE cterm=NONE ctermfg=NONE ctermbg=52 gui=NONE guifg=NONE guibg=#5f0000 -- cgit v1.2.3