|
| 1 | +" Vim color file based on XCode's midnight color scheme and vim's slate |
| 2 | +" Add below line to your vimrc file to ensure optimal experience (sets term to use |
| 3 | +" 256, instead of 16, colors): |
| 4 | +" set t_Co=256 |
| 5 | +" |
| 6 | +" Maintainer: Aaron Meurer <[email protected]> |
| 7 | + |
| 8 | +hi clear |
| 9 | +set background=dark |
| 10 | +if exists("syntax_on") |
| 11 | + syntax reset |
| 12 | +endif |
| 13 | +let g:colors_name = "icansee" |
| 14 | + |
| 15 | +"color settings for these terminal types: |
| 16 | +"Black term=NONE cterm=NONE ctermfg=0 ctermbg=0 |
| 17 | +"DarkRed term=NONE cterm=NONE ctermfg=1 ctermbg=0 |
| 18 | +"DarkGreen term=NONE cterm=NONE ctermfg=2 ctermbg=0 |
| 19 | +"Brown term=NONE cterm=NONE ctermfg=3 ctermbg=0 |
| 20 | +"DarkBlue term=NONE cterm=NONE ctermfg=4 ctermbg=0 |
| 21 | +"DarkMagenta term=NONE cterm=NONE ctermfg=5 ctermbg=0 |
| 22 | +"DarkCyan term=NONE cterm=NONE ctermfg=6 ctermbg=0 |
| 23 | +"Gray term=NONE cterm=NONE ctermfg=7 ctermbg=0 |
| 24 | +"DarkGray term=NONE cterm=bold ctermfg=0 ctermbg=0 |
| 25 | +"Red term=NONE cterm=bold ctermfg=1 ctermbg=0 |
| 26 | +"Green term=NONE cterm=bold ctermfg=2 ctermbg=0 |
| 27 | +"Yellow term=NONE cterm=bold ctermfg=3 ctermbg=0 |
| 28 | +"Blue term=NONE cterm=bold ctermfg=4 ctermbg=0 |
| 29 | +"Magenta term=NONE cterm=bold ctermfg=5 ctermbg=0 |
| 30 | +"Cyan term=NONE cterm=bold ctermfg=6 ctermbg=0 |
| 31 | +"White term=NONE cterm=bold ctermfg=7 ctermbg=0 |
| 32 | + |
| 33 | +SpecialKey xxx term=bold ctermfg=2 guifg=yellowgreen |
| 34 | +NonText xxx term=bold cterm=bold ctermfg=12 gui=bold guifg=RoyalBlue guibg=grey15 |
| 35 | +Directory xxx term=bold ctermfg=6 guifg=Cyan |
| 36 | +ErrorMsg xxx term=standout cterm=bold ctermfg=7 ctermbg=1 guifg=White guibg=Red |
| 37 | +IncSearch xxx term=reverse ctermfg=11 ctermbg=10 gui=reverse guifg=green guibg=black |
| 38 | +Search xxx term=reverse ctermfg=248 ctermbg=12 guifg=wheat guibg=peru |
| 39 | +MoreMsg xxx term=bold ctermfg=2 gui=bold guifg=SeaGreen |
| 40 | +ModeMsg xxx term=bold ctermfg=130 gui=bold guifg=goldenrod |
| 41 | +LineNr xxx term=underline ctermfg=3 guifg=grey50 |
| 42 | +Question xxx term=standout ctermfg=10 gui=bold guifg=springgreen |
| 43 | +StatusLine xxx term=bold,reverse cterm=bold,reverse guifg=black guibg=#c2bfa5 |
| 44 | +StatusLineNC xxx term=reverse cterm=reverse guifg=grey40 guibg=#c2bfa5 |
| 45 | +VertSplit xxx term=reverse cterm=reverse guifg=grey40 guibg=#c2bfa5 |
| 46 | +Title xxx term=bold cterm=bold ctermfg=11 gui=bold guifg=gold |
| 47 | +Visual xxx term=reverse cterm=reverse ctermbg=242 guifg=khaki guibg=olivedrab |
| 48 | +VisualNOS xxx term=bold,underline cterm=bold,underline gui=bold,underline |
| 49 | +WarningMsg xxx term=standout ctermfg=1 guifg=salmon |
| 50 | +WildMenu xxx term=standout ctermfg=0 ctermbg=3 guifg=Black guibg=Yellow |
| 51 | +Folded xxx term=standout ctermfg=248 ctermbg=242 guifg=grey40 guibg=black |
| 52 | +FoldColumn xxx term=standout ctermfg=4 ctermbg=7 guifg=grey20 guibg=black |
| 53 | +DiffAdd xxx term=bold ctermbg=4 guibg=DarkBlue |
| 54 | +DiffChange xxx term=bold ctermbg=5 guibg=DarkMagenta |
| 55 | +DiffDelete xxx term=bold cterm=bold ctermfg=4 ctermbg=6 gui=bold guifg=Blue guibg=DarkCyan |
| 56 | +DiffText xxx term=reverse cterm=bold ctermbg=1 gui=bold guibg=Red |
| 57 | +SignColumn xxx term=standout ctermfg=14 ctermbg=242 guifg=Cyan guibg=Grey |
| 58 | +Conceal xxx ctermfg=7 ctermbg=242 guifg=LightGrey guibg=DarkGrey |
| 59 | +SpellBad xxx term=reverse ctermbg=9 gui=undercurl guisp=Red |
| 60 | +SpellCap xxx term=reverse ctermbg=12 gui=undercurl guisp=Blue |
| 61 | +SpellRare xxx term=reverse ctermbg=13 gui=undercurl guisp=Magenta |
| 62 | +SpellLocal xxx term=underline ctermbg=14 gui=undercurl guisp=Cyan |
| 63 | +Pmenu xxx ctermbg=13 guibg=Magenta |
| 64 | +PmenuSel xxx ctermbg=242 guibg=DarkGrey |
| 65 | +PmenuSbar xxx ctermbg=248 guibg=Grey |
| 66 | +PmenuThumb xxx cterm=reverse gui=reverse |
| 67 | +TabLine xxx term=underline cterm=underline ctermfg=15 ctermbg=242 gui=underline guibg=DarkGrey |
| 68 | +TabLineSel xxx term=bold cterm=bold gui=bold |
| 69 | +TabLineFill xxx term=reverse cterm=reverse gui=reverse |
| 70 | +CursorColumn xxx term=reverse ctermbg=242 guibg=Grey40 |
| 71 | +CursorLine xxx term=underline cterm=underline guibg=Grey40 |
| 72 | +ColorColumn xxx term=reverse ctermbg=1 guibg=DarkRed |
| 73 | +MatchParen xxx term=reverse ctermbg=6 guibg=DarkCyan |
| 74 | +Comment xxx term=bold ctermfg=11 guifg=grey40 |
| 75 | +Constant xxx term=underline ctermfg=130 guifg=#ffa0a0 |
| 76 | +Special xxx term=bold ctermfg=130 guifg=darkkhaki |
| 77 | +Identifier xxx term=underline cterm=bold ctermfg=9 guifg=salmon |
| 78 | +Statement xxx term=bold ctermfg=81 gui=bold guifg=CornflowerBlue |
| 79 | +PreProc xxx term=underline ctermfg=9 guifg=red guibg=white |
| 80 | +Type xxx term=underline ctermfg=2 gui=bold guifg=CornflowerBlue |
| 81 | +Underlined xxx term=underline cterm=underline ctermfg=5 gui=underline guifg=#80a0ff |
| 82 | +Ignore xxx cterm=bold ctermfg=7 guifg=grey40 |
| 83 | +Error xxx term=reverse cterm=bold ctermfg=7 ctermbg=1 guifg=White guibg=Red |
| 84 | +Todo xxx term=standout ctermfg=0 ctermbg=11 guifg=orangered guibg=yellow2 |
| 85 | +String xxx ctermfg=6 guifg=SkyBlue |
| 86 | +Character xxx links to Constant |
| 87 | +Number xxx links to Constant |
| 88 | +Boolean xxx links to Constant |
| 89 | +Float xxx links to Number |
| 90 | +Function xxx ctermfg=130 guifg=navajowhite |
| 91 | +Conditional xxx links to Statement |
| 92 | +Repeat xxx links to Statement |
| 93 | +Label xxx links to Statement |
| 94 | +Operator xxx ctermfg=9 guifg=Red |
| 95 | +Keyword xxx links to Statement |
| 96 | +Exception xxx links to Statement |
| 97 | +Include xxx ctermfg=9 guifg=red |
| 98 | +Define xxx ctermfg=11 gui=bold guifg=gold |
| 99 | +Macro xxx links to PreProc |
| 100 | +PreCondit xxx links to PreProc |
| 101 | +StorageClass xxx links to Type |
| 102 | +Structure xxx ctermfg=10 guifg=green |
| 103 | +Typedef xxx links to Type |
| 104 | +Tag xxx links to Special |
| 105 | +SpecialChar xxx links to Special |
| 106 | +Delimiter xxx links to Special |
| 107 | +SpecialComment xxx links to Special |
| 108 | +Debug xxx links to Special |
| 109 | +Normal xxx guifg=White guibg=grey15 |
| 110 | +Cursor xxx guifg=slategrey guibg=khaki |
| 111 | +SpellErrors xxx cterm=bold ctermfg=7 ctermbg=1 guifg=White guibg=Red |
| 112 | +"hi Comment term=bold ctermfg=Blue guifg=Blue |
| 113 | +"hi Comment term=bold ctermfg=DarkGray guifg=DarkGray |
| 114 | +"hi Constant term=underline ctermfg=DarkGreen gui=NONE guifg=DarkGreen |
| 115 | +"hi Cursor guibg=fg guifg=Orchid |
| 116 | +"hi Directory term=bold ctermfg=Cyan guifg=Cyan |
| 117 | +"hi Error term=reverse ctermbg=Red ctermfg=White guibg=Red guifg=White |
| 118 | +"hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White |
| 119 | +"hi Identifier term=underline ctermfg=Cyan guifg=Cyan |
| 120 | +"hi Ignore ctermfg=Black guifg=bg |
| 121 | +"hi IncSearch term=reverse cterm=reverse gui=reverse |
| 122 | +"hi LineNr term=underline ctermfg=DarkYellow guifg=Yellow |
| 123 | +"hi ModeMsg term=bold cterm=bold gui=bold |
| 124 | +"hi MoreMsg term=bold ctermfg=Green gui=bold guifg=SeaGreen |
| 125 | +"hi NonText term=bold ctermfg=DarkGreen gui=bold guifg=DarkGreen |
| 126 | +"hi Normal ctermbg=Black ctermfg=Gray guibg=Black guifg=Gray |
| 127 | +"hi PreProc term=underline ctermfg=White guifg=White |
| 128 | +"hi Question term=standout ctermfg=Green gui=bold guifg=Green |
| 129 | +"hi Search ctermbg=Magenta ctermfg=White guibg=Magenta guifg=White |
| 130 | +"hi Special term=bold ctermfg=Red guifg=Red |
| 131 | +"hi SpecialKey term=bold ctermfg=Green guifg=Green |
| 132 | +"hi Statement term=bold ctermfg=Yellow gui=NONE guifg=Yellow |
| 133 | +"hi StatusLine term=reverse,bold cterm=reverse gui=reverse |
| 134 | +"hi StatusLineNC term=reverse cterm=reverse gui=reverse |
| 135 | +"hi Title term=bold ctermfg=Magenta gui=bold guifg=Pink |
| 136 | +"hi Todo term=standout ctermbg=DarkYellow ctermfg=Black guibg=Yellow guifg=Black |
| 137 | +"hi Type ctermfg=Green gui=NONE guifg=Green |
| 138 | +"hi Visual term=reverse cterm=reverse guibg=DarkGreen guifg=White |
| 139 | +"hi WarningMsg term=standout ctermfg=Red guifg=Red |
0 commit comments