summaryrefslogtreecommitdiffstats
path: root/colors/habilight.vim
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-06-27 23:29:09 +0200
committerAhmed Abdelhalim <[email protected]>2015-06-27 23:29:09 +0200
commitac3d9b59f979344ad051e0e2a1b15e6b4a0c2a4e (patch)
tree77ada96cb7108d639f66cc0cebb6e5831b88b276 /colors/habilight.vim
Add the colors schemas for vim
Diffstat (limited to 'colors/habilight.vim')
-rwxr-xr-xcolors/habilight.vim138
1 files changed, 138 insertions, 0 deletions
diff --git a/colors/habilight.vim b/colors/habilight.vim
new file mode 100755
index 0000000..ea294f5
--- /dev/null
+++ b/colors/habilight.vim
@@ -0,0 +1,138 @@
+" Vim color file
+" A version of nuvola.vim colorscheme, original by Dr. J. Pfefferl
+" I changed some colors and added some highlights for C and Vim 7
+
+" vim: tw=0 ts=4 sw=4
+" Maintainer: Christian Habermann
+" Email: christian( at )habermann-net( point )de
+" Version: 1.2
+" History: 1.2: nicer colors for paren matching
+" 1.1: Vim 7 support added (completion, spell checker, paren, tabs)
+" 1.0: initial version
+"
+" Intro {{{1
+set background=light
+hi clear
+if exists("syntax_on")
+ syntax reset
+endif
+let g:colors_name = "habiLight"
+
+" Normal {{{1
+hi Normal ctermfg=black ctermbg=NONE guifg=black guibg=#F9F5F9
+
+" Search {{{1
+hi IncSearch cterm=UNDERLINE ctermfg=Black ctermbg=brown gui=UNDERLINE guifg=Black guibg=#FFE568
+hi Search term=reverse cterm=UNDERLINE ctermfg=Black ctermbg=brown gui=NONE guifg=Black guibg=#FFE568
+
+" Messages {{{1
+hi ErrorMsg gui=BOLD guifg=#EB1513 guibg=NONE
+hi! link WarningMsg ErrorMsg
+hi ModeMsg gui=BOLD guifg=#0070ff guibg=NONE
+hi MoreMsg guibg=NONE guifg=seagreen
+hi! link Question MoreMsg
+
+" Split area {{{1
+hi StatusLine term=BOLD,reverse cterm=NONE ctermfg=Yellow ctermbg=DarkGray gui=BOLD guibg=#56A0EE guifg=white
+hi StatusLineNC gui=NONE guibg=#56A0EE guifg=#E9E9F4
+hi! link VertSplit StatusLineNC
+hi WildMenu gui=UNDERLINE guifg=#56A0EE guibg=#E9E9F4
+
+" Diff {{{1
+hi DiffText gui=NONE guifg=#f83010 guibg=#ffeae0
+hi DiffChange gui=NONE guifg=#006800 guibg=#d0ffd0
+hi DiffDelete gui=NONE guifg=#2020ff guibg=#c8f2ea
+hi! link DiffAdd DiffDelete
+
+" Cursor {{{1
+hi Cursor gui=none guifg=black guibg=orange
+"hi lCursor gui=NONE guifg=#f8f8f8 guibg=#8000ff
+hi CursorIM gui=NONE guifg=#f8f8f8 guibg=#8000ff
+
+" Fold {{{1
+hi Folded gui=NONE guibg=#B5EEB5 guifg=black
+"hi FoldColumn gui=NONE guibg=#9FD29F guifg=black
+hi! link FoldColumn Folded
+
+" Other {{{1
+hi Directory gui=NONE guifg=#0000ff guibg=NONE
+hi LineNr gui=NONE guifg=#8080a0 guibg=NONE
+hi NonText gui=BOLD guifg=#4000ff guibg=#EFEFF7
+"hi SpecialKey gui=NONE guifg=#A35B00 guibg=NONE
+hi Title gui=BOLD guifg=#1014AD guibg=NONE
+hi Visual term=reverse ctermfg=yellow ctermbg=black gui=NONE guifg=Black guibg=#BDDFFF
+hi VisualNOS term=reverse ctermfg=yellow ctermbg=black gui=UNDERLINE guifg=Black guibg=#BDDFFF
+
+" Syntax group {{{1
+hi Comment term=BOLD ctermfg=darkgray guifg=darkcyan
+hi Constant term=UNDERLINE ctermfg=red guifg=#B91F49
+hi Error term=REVERSE ctermfg=15 ctermbg=9 guibg=Red guifg=White
+hi Identifier term=UNDERLINE ctermfg=Blue guifg=Blue
+hi Number term=UNDERLINE ctermfg=red gui=NONE guifg=#00C226
+hi PreProc term=UNDERLINE ctermfg=darkblue guifg=#1071CE
+hi Special term=BOLD ctermfg=darkmagenta guifg=red2
+hi Statement term=BOLD ctermfg=DarkRed gui=NONE guifg=#F06F00
+hi Tag term=BOLD ctermfg=DarkGreen guifg=DarkGreen
+hi Todo term=STANDOUT ctermbg=Yellow ctermfg=blue guifg=Blue guibg=Yellow
+hi Type term=UNDERLINE ctermfg=Blue gui=NONE guifg=Blue
+hi! link String Constant
+hi! link Character Constant
+hi! link Boolean Constant
+hi! link Float Number
+hi! link Function Identifier
+hi! link Conditional Statement
+hi! link Repeat Statement
+hi! link Label Statement
+hi! link Operator Statement
+hi! link Keyword Statement
+hi! link Exception Statement
+hi! link Include PreProc
+hi! link Define PreProc
+hi! link Macro PreProc
+hi! link PreCondit PreProc
+hi! link StorageClass Type
+hi! link Structure Type
+hi! link Typedef Type
+hi! link SpecialChar Special
+hi! link Delimiter Special
+hi! link SpecialComment Special
+hi! link Debug Special
+
+" HTML {{{1
+hi htmlLink gui=UNDERLINE guifg=#0000ff guibg=NONE
+hi htmlBold gui=BOLD
+hi htmlBoldItalic gui=BOLD,ITALIC
+hi htmlBoldUnderline gui=BOLD,UNDERLINE
+hi htmlBoldUnderlineItalic gui=BOLD,UNDERLINE,ITALIC
+hi htmlItalic gui=ITALIC
+hi htmlUnderline gui=UNDERLINE
+hi htmlUnderlineItalic gui=UNDERLINE,ITALIC
+
+" Tabs {{{1
+highlight TabLine term=underline cterm=underline ctermfg=0 ctermbg=7 gui=underline guibg=LightGrey
+highlight TabLineFill term=reverse cterm=reverse gui=reverse
+highlight TabLineSel term=bold cterm=bold gui=bold
+
+" Spell Checker {{{1
+if v:version >= 700
+ highlight SpellBad term=reverse ctermbg=12 gui=undercurl guisp=Red
+ highlight SpellCap term=reverse ctermbg=9 gui=undercurl guisp=Blue
+ highlight SpellRare term=reverse ctermbg=13 gui=undercurl guisp=Magenta
+ highlight SpellLocale term=underline ctermbg=11 gui=undercurl guisp=DarkCyan
+endif
+
+" Completion {{{1
+highlight Pmenu ctermbg=13 guifg=Black guibg=#BDDFFF
+highlight PmenuSel ctermbg=7 guifg=Black guibg=Orange
+highlight PmenuSbar ctermbg=7 guifg=#CCCCCC guibg=#CCCCCC
+highlight PmenuThumb cterm=reverse gui=reverse guifg=Black guibg=#AAAAAA
+
+" Misc {{{1
+highlight KDE guifg=magenta gui=NONE
+highlight mySpecialSymbols guifg=magenta gui=NONE
+
+
+highlight MatchParen term=reverse ctermbg=11 gui=bold guibg=#B5EEB5 guifg=black
+
+
+" vim600:foldmethod=marker