From 533909b0d94d8bc14b4e52688e19a783f729c7ec Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 26 Jun 2011 13:53:28 -0400 Subject: v2 v3: vim colors, added cursor line & cursor column --- .../sisu/v2/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/sisu/v2/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim') diff --git a/data/sisu/v2/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim b/data/sisu/v2/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim index d17c3e5e..3d8f92e1 100644 --- a/data/sisu/v2/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim +++ b/data/sisu/v2/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim @@ -1,7 +1,7 @@ " Vim color file " Name: sparse-cterm-ruby " Maintainer: Ralph Amissah -" Last Change: 2011-05-10 +" Last Change: 2011-06-26 " URL: " Note: 8 color cterm, related colorschemes 8 & frugal :set background=dark @@ -53,9 +53,9 @@ endif ":hi Define ctermfg=3 ":hi Function ctermfg=6 ":hi Structure ctermfg=2 -":hi CursorLine ctermbg=4 -":hi CursorColumn ctermbg=4 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 +:hi CursorLine cterm=bold,underline +:hi CursorColumn cterm=bold,underline :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 -- cgit v1.2.3