aboutsummaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/colors/shmibs.vim45
1 files changed, 25 insertions, 20 deletions
diff --git a/.vim/colors/shmibs.vim b/.vim/colors/shmibs.vim
index 3f067ca..697d7d0 100644
--- a/.vim/colors/shmibs.vim
+++ b/.vim/colors/shmibs.vim
@@ -1,33 +1,36 @@
"Vim color file
"intended for 256 colour term
-hi clear
+hi! clear
let g:colors_name="shmibs"
-hi! Comment ctermfg=lightblue
-hi! Constant ctermfg=red
-hi! CursorLine ctermbg=234
-hi! Directory ctermfg=cyan
-hi! Folded ctermbg=NONE ctermfg=240
-hi! Identifier cterm=bold ctermfg=cyan
-hi! NonText ctermbg=234 ctermfg=yellow cterm=bold
-hi! PreProc ctermfg=magenta
-hi! Question ctermfg=green
-hi! Statement ctermfg=yellow
-hi! Special ctermfg=magenta
-hi! SpecialKey ctermfg=green
-hi! SpellBad ctermbg=lightred
-hi! Title ctermfg=magenta
-hi! Todo ctermbg=yellow ctermfg=black
-hi! Type ctermfg=green
-hi! Underlined ctermfg=magenta cterm=underline
-
-
+hi! Comment ctermfg=lightblue
+hi! Constant ctermfg=red
+hi! CursorLine ctermfg=NONE ctermbg=236 cterm=NONE
+hi! CursorLineNr ctermfg=white ctermbg=236 cterm=bold
+hi! Directory ctermfg=cyan
+hi! Folded ctermfg=240 ctermbg=NONE
+hi! Identifier cterm=bold ctermfg=cyan
+hi! NonText ctermfg=yellow ctermbg=234 cterm=bold
+hi! PreProc ctermfg=magenta
+hi! Pmenu ctermfg=white ctermbg=magenta
+hi! PmenuSel ctermfg=black ctermbg=lightmagenta
+hi! Question ctermfg=green
+hi! Statement ctermfg=yellow
+hi! Special ctermfg=magenta
+hi! SpecialKey ctermfg=green
+hi! SpellBad ctermfg=NONE ctermbg=NONE cterm=underline
+hi! Title ctermfg=magenta
+hi! Todo ctermfg=black ctermbg=yellow
+hi! Type ctermfg=green
+hi! Underlined cterm=underline ctermfg=magenta
+hi! Visual ctermbg=239
"A => B
hi! link Boolean Constant
hi! link Character Constant
+hi! link CursorColumn CursorLine
hi! link Function Identifier
hi! link Keyword Statement
hi! link LineNr NonText
@@ -35,6 +38,8 @@ hi! link Number Constant
hi! link PreProc Define
hi! link SpecialChar Special
hi! link SpecialComment Special
+hi! link SpellCap SpellBad
+hi! link SpellLocal SpellBad
hi! link String Constant
hi! link StorageClass Type
hi! link Tag Special