Skip to content

Instantly share code, notes, and snippets.

@kraih
Created April 13, 2011 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kraih/918204 to your computer and use it in GitHub Desktop.
Save kraih/918204 to your computer and use it in GitHub Desktop.
set background=dark
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "kraihlight"
hi Visual guibg=#404040
hi Cursor guibg=#b0d0f0
hi Normal guifg=#f9f9f9 guibg=#1a1a1a
hi Underlined guifg=#f9f9f9 guibg=NONE gui=underline
hi NonText guifg=#34383c guibg=NONE
hi SpecialKey guifg=#303030 guibg=NONE
hi LineNr guifg=#34383c guibg=NONE gui=NONE
hi StatusLine guifg=#34383c guibg=NONE gui=NONE
hi StatusLineNC guifg=#34383c guibg=NONE gui=NONE
hi VertSplit guifg=#303030 guibg=#303030 gui=NONE
hi WildMenu guifg=#f9f9f9 guibg=NONE gui=NONE
hi Folded guifg=#8a9597 guibg=#34383c gui=NONE
hi FoldColumn guifg=#8a9597 guibg=#34383c gui=NONE
hi SignColumn guifg=#8a9597 guibg=#34383c gui=NONE
hi MatchParen guifg=NONE guibg=#a2a96f gui=bold
hi ErrorMsg guifg=#f9f9f9 guibg=NONE gui=NONE
hi WarnMsg guifg=#f9f9f9 guibg=NONE gui=NONE
hi ModeMsg guifg=#f9f9f9 guibg=NONE gui=NONE
hi MoreMsg guifg=#f9f9f9 guibg=NONE gui=NONE
hi Question guifg=#f9f9f9 guibg=NONE gui=NONE
hi Comment guifg=#726d73 gui=italic
hi String guifg=#9fac7f
hi Number guifg=#9fac7f
hi Keyword guifg=#d6b67f
hi PreProc guifg=#899ab4
hi Conditional guifg=#d6b67f
hi Todo guifg=#899ab4 gui=italic,bold
hi Constant guifg=#d08356
hi Identifier guifg=#899ab4
hi Function guifg=#ab8252
hi Type guifg=#d87d5f gui=bold
hi Statement guifg=#d6b67f
hi Special guifg=#ac98ac
hi Delimiter guifg=#f9f9f9
hi Operator guifg=#f9f9f9
hi Title guifg=#ab8252 gui=underline
hi Repeat guifg=#d6b67f
hi Structure guifg=#d6b67f
hi Directory guifg=#dad085
hi Error guibg=#602020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment