Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Last active January 4, 2016 02:19
Show Gist options
  • Save kristoferjoseph/8554150 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/8554150 to your computer and use it in GitHub Desktop.
Super vim color scheme
" Vim color file - Kal_El
" @dam <3's you
set background=dark
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
set t_Co=256
let g:colors_name = "Kal_El"
hi IncSearch guifg=#343434 guibg=#ff95b8 guisp=#ff95b8 gui=NONE ctermfg=236 ctermbg=211 cterm=NONE
hi WildMenu guifg=NONE guibg=#34a89e guisp=#34a89e gui=NONE ctermfg=NONE ctermbg=73 cterm=NONE
hi SignColumn guifg=#343434 guibg=#918c8c guisp=#918c8c gui=NONE ctermfg=236 ctermbg=246 cterm=NONE
hi SpecialComment guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=1 ctermbg=NONE cterm=NONE
hi Typedef guifg=#909191 guibg=NONE guisp=NONE gui=bold ctermfg=246 ctermbg=NONE cterm=bold
hi Title guifg=#343434 guibg=#54d7ff guisp=#54d7ff gui=NONE ctermfg=236 ctermbg=81 cterm=NONE
hi Folded guifg=#343434 guibg=#34a89e guisp=#34a89e gui=italic ctermfg=236 ctermbg=73 cterm=NONE
hi PreCondit guifg=#ff6699 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi Include guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi TabLineSel guifg=#343434 guibg=#ff95b8 guisp=#ff95b8 gui=bold ctermfg=236 ctermbg=211 cterm=bold
hi StatusLineNC guifg=#343434 guibg=#54d7ff guisp=#54d7ff gui=bold ctermfg=236 ctermbg=81 cterm=bold
"hi CTagsMember -- no settings --
hi NonText guifg=#097350 guibg=NONE guisp=NONE gui=italic ctermfg=6 ctermbg=NONE cterm=NONE
"hi CTagsGlobalConstant -- no settings --
hi DiffText guifg=NONE guibg=#320449 guisp=#320449 gui=NONE ctermfg=NONE ctermbg=53 cterm=NONE
hi ErrorMsg guifg=#cc626f guibg=#913956 guisp=#913956 gui=NONE ctermfg=167 ctermbg=95 cterm=NONE
"hi Ignore -- no settings --
hi Debug guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi PMenuSbar guifg=#ff6699 guibg=#202224 guisp=#202224 gui=NONE ctermfg=204 ctermbg=235 cterm=NONE
hi Identifier guifg=#ff6699 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi SpecialChar guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi Conditional guifg=#ff6699 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
hi StorageClass guifg=#909191 guibg=NONE guisp=NONE gui=bold ctermfg=246 ctermbg=NONE cterm=bold
hi Todo guifg=#6095ff guibg=#ff95b8 guisp=#ff95b8 gui=NONE ctermfg=69 ctermbg=211 cterm=NONE
hi Special guifg=#ff6699 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi LineNr guifg=#ff6699 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi StatusLine guifg=#515832 guibg=#ff95b8 guisp=#ff95b8 gui=bold ctermfg=204 ctermbg=211 cterm=bold
hi Normal guifg=#66e0f0 guibg=#202224 guisp=#202224 gui=NONE ctermfg=87 ctermbg=235 cterm=NONE
hi Label guifg=#c08e58 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
"hi CTagsImport -- no settings --
hi PMenuSel guifg=#343434 guibg=#54d7ff guisp=#54d7ff gui=NONE ctermfg=236 ctermbg=81 cterm=NONE
hi Search guifg=#343434 guibg=#ff95b8 guisp=#ff95b8 gui=NONE ctermfg=236 ctermbg=211 cterm=NONE
"hi CTagsGlobalVariable -- no settings --
hi Delimiter guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi Statement guifg=#ff6699 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
hi SpellRare guifg=#6095ff guibg=#1e2415 guisp=#1e2415 gui=underline ctermfg=69 ctermbg=235 cterm=underline
"hi EnumerationValue -- no settings --
hi Comment guifg=#45888c guibg=NONE guisp=NONE gui=italic ctermfg=66 ctermbg=NONE cterm=NONE
hi Character guifg=#ab496a guibg=NONE guisp=NONE gui=NONE ctermfg=132 ctermbg=NONE cterm=NONE
hi Float guifg=#ab496a guibg=NONE guisp=NONE gui=NONE ctermfg=132 ctermbg=NONE cterm=NONE
hi Number guifg=#474c84 guibg=NONE guisp=NONE gui=NONE ctermfg=60 ctermbg=NONE cterm=NONE
hi Boolean guifg=#ab496a guibg=NONE guisp=NONE gui=NONE ctermfg=132 ctermbg=NONE cterm=NONE
hi Operator guifg=#ff6699 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
hi CursorLine guifg=#ff6699 guibg=#2c302e guisp=#ff6699 gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE
"hi Union -- no settings --
hi TabLineFill guifg=#ff6699 guibg=#54d7ff guisp=#54d7ff gui=bold ctermfg=204 ctermbg=81 cterm=bold
"hi Question -- no settings --
hi WarningMsg guifg=#ab496a guibg=#913956 guisp=#913956 gui=NONE ctermfg=132 ctermbg=95 cterm=NONE
hi VisualNOS guifg=#343434 guibg=#508aff guisp=#508aff gui=underline ctermfg=236 ctermbg=69 cterm=underline
hi DiffDelete guifg=NONE guibg=#1e2415 guisp=#1e2415 gui=NONE ctermfg=NONE ctermbg=235 cterm=NONE
hi ModeMsg guifg=#7173fa guibg=#1e2415 guisp=#1e2415 gui=bold ctermfg=12 ctermbg=235 cterm=bold
hi CursorColumn guifg=#ff6699 guibg=#2c302e guisp=#ff6699 gui=NONE ctermfg=NONE ctermbg=black cterm=NONE
hi Define guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi Function guifg=#ff6699 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
hi FoldColumn guifg=#343434 guibg=#34a89e guisp=#34a89e gui=italic ctermfg=236 ctermbg=73 cterm=NONE
hi PreProc guifg=#ff6699 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
"hi EnumerationName -- no settings --
hi Visual guifg=#343434 guibg=#508aff guisp=#508aff gui=NONE ctermfg=236 ctermbg=69 cterm=NONE
hi MoreMsg guifg=#c08e58 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
hi SpellCap guifg=#6095ff guibg=#1e2415 guisp=#1e2415 gui=underline ctermfg=69 ctermbg=235 cterm=underline
hi VertSplit guifg=#343434 guibg=#247057 guisp=#247057 gui=bold ctermfg=236 ctermbg=6 cterm=bold
hi Exception guifg=#73809d guibg=NONE guisp=NONE gui=bold ctermfg=103 ctermbg=NONE cterm=bold
hi Keyword guifg=#58b6c0 guibg=#54ffc6 guisp=#54ffc6 gui=bold ctermfg=80 ctermbg=86 cterm=bold
hi Type guifg=#909191 guibg=NONE guisp=NONE gui=bold ctermfg=246 ctermbg=NONE cterm=bold
hi DiffChange guifg=#cc626f guibg=#320449 guisp=#320449 gui=NONE ctermfg=167 ctermbg=53 cterm=NONE
hi Cursor guifg=#343434 guibg=#a25ff9 guisp=#a25ff9 gui=NONE ctermfg=236 ctermbg=135 cterm=NONE
hi SpellLocal guifg=#6095ff guibg=#1e2415 guisp=#1e2415 gui=underline ctermfg=69 ctermbg=235 cterm=underline
hi Error guifg=#ab496a guibg=#913956 guisp=#913956 gui=NONE ctermfg=132 ctermbg=95 cterm=NONE
hi PMenu guifg=#343434 guibg=#2e598a guisp=#2e598a gui=NONE ctermfg=236 ctermbg=24 cterm=NONE
hi SpecialKey guifg=#097350 guibg=NONE guisp=NONE gui=italic ctermfg=6 ctermbg=NONE cterm=NONE
hi Constant guifg=#73809d guibg=NONE guisp=NONE gui=NONE ctermfg=103 ctermbg=NONE cterm=NONE
"hi DefinedName -- no settings --
hi Tag guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi String guifg=#343434 guibg=#54d7ff guisp=#54d7ff gui=NONE ctermfg=236 ctermbg=81 cterm=NONE
hi PMenuThumb guifg=#ff6699 guibg=#54d7ff guisp=#54d7ff gui=NONE ctermfg=204 ctermbg=81 cterm=NONE
hi MatchParen guifg=#c08e58 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
"hi LocalVariable -- no settings --
hi Repeat guifg=#ff6699 guibg=NONE guisp=NONE gui=bold ctermfg=204 ctermbg=NONE cterm=bold
hi SpellBad guifg=#6095ff guibg=#1e2415 guisp=#1e2415 gui=underline ctermfg=69 ctermbg=235 cterm=underline
"hi CTagsClass -- no settings --
hi Directory guifg=#909191 guibg=NONE guisp=NONE gui=bold ctermfg=246 ctermbg=NONE cterm=bold
hi Structure guifg=#909191 guibg=NONE guisp=NONE gui=bold ctermfg=246 ctermbg=NONE cterm=bold
hi Macro guifg=#c08e58 guibg=NONE guisp=NONE gui=NONE ctermfg=204 ctermbg=NONE cterm=NONE
hi Underlined guifg=#6095ff guibg=#1e2415 guisp=#1e2415 gui=underline ctermfg=69 ctermbg=235 cterm=underline
hi DiffAdd guifg=#ff6699 guibg=#2d322e guisp=#2d322e gui=NONE ctermfg=204 ctermbg=236 cterm=NONE
hi TabLine guifg=#343434 guibg=#54d7ff guisp=#54d7ff gui=bold ctermfg=236 ctermbg=81 cterm=bold
hi cursorim guifg=#343434 guibg=#918c8c guisp=#918c8c gui=NONE ctermfg=236 ctermbg=246 cterm=NONE
"hi clear -- no settings --
@kristoferjoseph
Copy link
Author

@kristoferjoseph
Copy link
Author

@kristoferjoseph
Copy link
Author

@kristoferjoseph
Copy link
Author

JavaScript Screenshot:
http://cl.ly/image/0L3x2r3u2g2I

@tybenz
Copy link

tybenz commented Jan 22, 2014

Sexy!

@kristoferjoseph
Copy link
Author

This is a work in progress, hence the gist and not a vim bundle ready repo.
TODO:
1. Not happy with the rust color in the JSON properties, will hunt it down.
2. Want to highlight the selected line by setting the background to black. Adding ctermbg=black makes a light grey in the terminal for some reason. No idea why.
3. Selected line in gvim or macvim changes the foreground colors to red!? Want it to work exactly like the terminal one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment