Skip to content

Instantly share code, notes, and snippets.

@spearwolf
Created March 1, 2014 10:03
Show Gist options
  • Save spearwolf/9287846 to your computer and use it in GitHub Desktop.
Save spearwolf/9287846 to your computer and use it in GitHub Desktop.
best vim colorscheme ever ;-)
" --- colorscheme -=* snowcrystal *=- --------- --- -- -
" created by wolfger@spearwolf.de
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "snowcrystal"
hi Title gui=NONE guibg=#563d7c guifg=#ffffff
hi Statement gui=bold guifg=#d00070
hi PreProc gui=bold guifg=#204080
hi Operator gui=bold guifg=#000000
hi Keyword gui=italic guifg=#000000
hi Exception gui=bold guibg=#fff0f0 guifg=#f00020
hi Normal gui=NONE guibg=#ffffff guifg=#000000
hi Comment gui=italic guibg=#fff2ff guifg=#a02050
hi Constant gui=NONE guibg=#e0f5f5 guifg=#102050
hi Number gui=NONE guibg=#e5ffe5 guifg=#005010
hi Boolean gui=NONE guibg=#f06070 guifg=#fffff0
hi spwFalseBoolean gui=NONE guibg=#f06070 guifg=#fffff0
hi spwTrueBoolean gui=NONE guibg=#50e050 guifg=#ffffd0
hi spwCustomEvent gui=bold,underline,italic guibg=#f0f0f0 guifg=#000000
hi String gui=NONE guibg=#ffffea guifg=#606000
hi Character gui=NONE guibg=#efdcce guifg=#502010
hi Special gui=NONE guibg=#f0f0f0 guifg=#3f0900
hi Identifier gui=NONE guibg=#e0f0ff guifg=#002060
hi Type gui=NONE guifg=#2050a0
hi Ignore gui=NONE guibg=#e0e8f0 guifg=#0000ff
hi Folded gui=italic guibg=#f0f0f0 guifg=#444444
hi NonText gui=NONE guibg=#d5e3f0 guifg=#666666
hi LineNr gui=NONE guibg=#f0f0f0 guifg=#999999
hi Cursor gui=NONE guibg=#00ff60 guifg=#ffffff
hi CursorLine gui=NONE guibg=#e5f3ff
hi Visual gui=NONE guibg=#204070 guifg=#ffffff
hi Question gui=NONE guibg=#ffff00 guifg=#000000
"hi StatusLine gui=NONE guibg=#000000 guifg=#f0ff60
"hi StatusLineNC gui=italic guibg=#505050 guifg=#c0cf30
"hi StatusLine term=BOLD,reverse cterm=NONE ctermfg=Yellow ctermbg=DarkGray gui=BOLD guibg=#56A0EE guifg=white
hi StatusLine term=BOLD,reverse cterm=NONE ctermfg=Yellow ctermbg=DarkGray gui=NONE guibg=#56A0EE guifg=#ffffff
"hi StatusLineNC gui=NONE guibg=#4690dE guifg=#c9c9e4
hi StatusLineNC gui=NONE guibg=#4690dE guifg=#e9e9a4
"hi! link VertSplit StatusLineNC
hi VertSplit gui=BOLD guibg=#f0f0f0 guifg=#c0c0c0
hi TabLine gui=italic guibg=#90A0B0 guifg=#a00040
hi Pmenu gui=NONE guibg=#102040 guifg=#f0f0f0
hi PmenuSel gui=NONE guibg=#f00030 guifg=#ffffe0
hi SpecialKey guifg=#ffffff
hi WildMenu gui=UNDERLINE guifg=#56A0EE guibg=#E9E9F4
hi rubyConstant gui=NONE guifg=#204a87
hi rubyException gui=bold guibg=#e00050 guifg=#ffffe0
hi rubyBeginEnd gui=bold guifg=#000000
hi railsMethod gui=bold guifg=#600060
hi rubyInterpolation gui=NONE guibg=#e5fff3 guifg=#006010
hi rubyClass gui=bold guifg=#800040
hi rubyBlock gui=NONE guibg=#f8f8f8
hi rubyDoBlock gui=NONE guibg=#f0f0f0
hi rubyBlockParameterList gui=bold guibg=#f0f0f0 guifg=#000000
hi rubyBlockParameter gui=italic guifg=#105020
hi rubyInstanceVariable gui=bold guifg=#204a87
hi rubyClassVariable gui=bold guifg=#002a67
hi rubyGlobalVariable gui=bold guifg=#303030
hi rubyPredefinedVariable gui=bold guibg=#000000 guifg=#ffffff
hi rubyPseudoVariable gui=bold guibg=#ffffff guifg=#000000
hi htmlTagName gui=bold guibg=#e0f0ff guifg=#d00070
hi htmlTagN gui=NONE guibg=#e0f0ff guifg=#002060
hi htmlArg gui=NONE guibg=#e0f0ff guifg=#333333
hi! link htmlComment Number
hi! link htmlCommentPart htmlComment
hi! link htmlString Normal
hi! link htmlValue Normal
hi htmlLink gui=UNDERLINE guibg=#ffffea guifg=#606000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment