aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-12-03 18:35:40 +0000
committerRalph Amissah <ralph@amissah.com>2007-12-03 18:35:40 +0000
commit60ac91832098884b494c1223e0b881696ef8133c (patch)
tree06a6233ed9d501775102bb3df21115ba172dccbe /data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim
parentsisu-0.62.3-3 + md5s (diff)
vim ftplugin/sisu and colors/slate
ftplugin, added toggle for menu slate, added cursor line and column color black ... may not provide enough contrast for some, this way i use it though
Diffstat (limited to 'data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim')
-rw-r--r--data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim b/data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim
index c13a821a..64ae0ff1 100644
--- a/data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim
+++ b/data/sisu/conf/editor-syntax-etc/vim/colors/slate.vim
@@ -54,3 +54,6 @@ endif
:hi Underlined cterm=underline ctermfg=5
:hi Error guifg=White guibg=Red cterm=bold ctermfg=7 ctermbg=1
:hi SpellErrors guifg=White guibg=Red cterm=bold ctermfg=7 ctermbg=1
+:hi CursorLine guibg=black ctermbg=black
+:hi CursorColumn guibg=black ctermbg=black
+