Created
October 19, 2011 22:59
-
-
Save clifton/1299941 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Based on | |
runtime colors/ir_black.vim | |
let g:colors_name = "grb256" | |
hi pythonSpaceError ctermbg=red guibg=red | |
hi Comment ctermfg=darkgray | |
hi StatusLine ctermbg=darkgrey ctermfg=white | |
hi StatusLineNC ctermbg=black ctermfg=lightgrey | |
hi VertSplit ctermbg=black ctermfg=lightgrey | |
hi LineNr ctermfg=darkgray | |
hi CursorLine guifg=NONE guibg=#121212 gui=NONE ctermfg=NONE ctermbg=234 | |
hi Function guifg=#FFD2A7 guibg=NONE gui=NONE ctermfg=yellow ctermbg=NONE cterm=NONE | |
hi Visual guifg=NONE guibg=#262D51 gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE | |
hi Error guifg=NONE guibg=NONE gui=undercurl ctermfg=16 ctermbg=red cterm=NONE guisp=#FF6C60 " undercurl color | |
hi ErrorMsg guifg=white guibg=#FF6C60 gui=BOLD ctermfg=16 ctermbg=red cterm=NONE | |
hi WarningMsg guifg=white guibg=#FF6C60 gui=BOLD ctermfg=16 ctermbg=red cterm=NONE | |
hi SpellBad guifg=white guibg=#FF6C60 gui=BOLD ctermfg=16 ctermbg=160 cterm=NONE | |
" ir_black doesn't highlight operators for some reason | |
hi Operator guifg=#6699CC guibg=NONE gui=NONE ctermfg=lightblue ctermbg=NONE cterm=NONE | |
highlight DiffAdd term=reverse cterm=bold ctermbg=lightgreen ctermfg=16 | |
highlight DiffChange term=reverse cterm=bold ctermbg=lightblue ctermfg=16 | |
highlight DiffText term=reverse cterm=bold ctermbg=lightgray ctermfg=16 | |
highlight DiffDelete term=reverse cterm=bold ctermbg=lightred ctermfg=16 | |
highlight PmenuSel ctermfg=16 ctermbg=156 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment