├── README.adoc ├── colors └── bronzage.vim └── colortemplate ├── _diff ├── _tcozero └── bronzage.colortemplate /README.adoc: -------------------------------------------------------------------------------- 1 | = Bronzage vim colorscheme 2 | :experimental: 3 | :icons: font 4 | :autofit-option: 5 | :!source-linenums-option: 6 | :imagesdir: images 7 | 8 | 9 | == Screenshots 10 | 11 | image::https://user-images.githubusercontent.com/234774/136647257-31f1611c-60da-4694-8858-a1f4362dbd71.png[] 12 | image::https://user-images.githubusercontent.com/234774/136647312-30a0a7bb-82b7-44d4-b417-0f09a650932f.png[] 13 | image::https://user-images.githubusercontent.com/234774/136647342-968aff45-42ee-4752-b923-0388a533936a.png[] 14 | image::https://user-images.githubusercontent.com/234774/136647377-75183889-d1a5-4465-b582-bcd7d0905007.png[] 15 | image::https://user-images.githubusercontent.com/234774/136647412-2fbd0ccd-defd-49bb-9752-ef6f58310f69.png[] 16 | image::https://user-images.githubusercontent.com/234774/136647476-6c2a8fc0-449c-4138-ad41-a34734af5d25.png[] 17 | image::https://user-images.githubusercontent.com/234774/136647515-f91eb4e3-78cb-4de4-9e8e-d969c55d3592.png[] 18 | 19 | 20 | 21 | == Installation 22 | 23 | Follow the instructions plugin manager of choice has. 24 | 25 | Or simply put `bronzage.vim` into your `~/.vim/colors/` folder. 26 | 27 | 28 | -------------------------------------------------------------------------------- /colors/bronzage.vim: -------------------------------------------------------------------------------- 1 | " Name: bronzage 2 | " Description: Dark medium contrast with accented brown and yellow colors. 3 | " Author: Maxim Kim 4 | " Maintainer: Maxim Kim 5 | " License: Vim License (see `:help license`) 6 | " Last Updated: 14.02.2022 21:20:03 7 | 8 | " Generated by Colortemplate v2.1.0 9 | 10 | set background=dark 11 | 12 | hi clear 13 | let g:colors_name = 'bronzage' 14 | 15 | let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co > 1 ? &t_Co : 1 16 | 17 | if (has('termguicolors') && &termguicolors) || has('gui_running') 18 | let g:terminal_ansi_colors = ['#1c1c1c', '#d7875f', '#87af87', '#afaf5f', '#5f8787', '#af875f', '#87afaf', '#808080', '#4e4e4e', '#d75f5f', '#87af5f', '#d7d787', '#87afd7', '#d7af5f', '#87d7d7', '#e4e4e4'] 19 | endif 20 | if has('nvim') 21 | let g:terminal_color_0 = '#1c1c1c' 22 | let g:terminal_color_1 = '#d7875f' 23 | let g:terminal_color_2 = '#87af87' 24 | let g:terminal_color_3 = '#afaf5f' 25 | let g:terminal_color_4 = '#5f8787' 26 | let g:terminal_color_5 = '#af875f' 27 | let g:terminal_color_6 = '#87afaf' 28 | let g:terminal_color_7 = '#808080' 29 | let g:terminal_color_8 = '#4e4e4e' 30 | let g:terminal_color_9 = '#d75f5f' 31 | let g:terminal_color_10 = '#87af5f' 32 | let g:terminal_color_11 = '#d7d787' 33 | let g:terminal_color_12 = '#87afd7' 34 | let g:terminal_color_13 = '#d7af5f' 35 | let g:terminal_color_14 = '#87d7d7' 36 | let g:terminal_color_15 = '#e4e4e4' 37 | endif 38 | hi Normal guifg=#bcbcbc guibg=#262626 gui=NONE cterm=NONE 39 | hi EndOfBuffer guifg=#4e4e4e guibg=NONE gui=NONE cterm=NONE 40 | hi Statusline guifg=#262626 guibg=#808080 gui=NONE cterm=NONE 41 | hi StatuslineNC guifg=#808080 guibg=#4e4e4e gui=NONE cterm=NONE 42 | hi StatuslineTerm guifg=#262626 guibg=#808080 gui=NONE cterm=NONE 43 | hi StatuslineTermNC guifg=#808080 guibg=#4e4e4e gui=NONE cterm=NONE 44 | hi VertSplit guifg=#4e4e4e guibg=#4e4e4e gui=NONE cterm=NONE 45 | hi Pmenu guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 46 | hi PmenuSel guifg=#262626 guibg=#d7d787 gui=NONE cterm=NONE 47 | hi PmenuSbar guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 48 | hi PmenuThumb guifg=NONE guibg=#808080 gui=NONE cterm=NONE 49 | hi TabLine guifg=#808080 guibg=#4e4e4e gui=NONE cterm=NONE 50 | hi TabLineFill guifg=NONE guibg=#4e4e4e gui=NONE cterm=NONE 51 | hi TabLineSel guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 52 | hi ToolbarLine guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 53 | hi ToolbarButton guifg=#262626 guibg=#87af87 gui=NONE cterm=NONE 54 | hi NonText guifg=#4e4e4e guibg=NONE gui=NONE cterm=NONE 55 | hi SpecialKey guifg=#4e4e4e guibg=NONE gui=NONE cterm=NONE 56 | hi Folded guifg=#808080 guibg=#1c1c1c gui=NONE cterm=NONE 57 | hi Visual guifg=#262626 guibg=#87afd7 gui=NONE cterm=NONE 58 | hi VisualNOS guifg=#262626 guibg=#87afd7 gui=NONE cterm=NONE 59 | hi LineNr guifg=#808080 guibg=NONE gui=NONE cterm=NONE 60 | hi FoldColumn guifg=#808080 guibg=NONE gui=NONE cterm=NONE 61 | hi CursorLine guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 62 | hi CursorColumn guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 63 | hi CursorLineNr guifg=#d7af5f guibg=NONE gui=bold cterm=bold 64 | hi QuickFixLine guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 65 | hi SignColumn guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 66 | hi Underlined guifg=#d7d787 guibg=NONE gui=underline cterm=underline 67 | hi Error guifg=#d75f5f guibg=NONE gui=reverse cterm=reverse 68 | hi ErrorMsg guifg=#d75f5f guibg=NONE gui=reverse cterm=reverse 69 | hi ModeMsg guifg=#262626 guibg=#afaf5f gui=NONE cterm=NONE 70 | hi WarningMsg guifg=#d7d787 guibg=NONE gui=NONE cterm=NONE 71 | hi MoreMsg guifg=#87af87 guibg=NONE gui=NONE cterm=NONE 72 | hi Question guifg=#d7875f guibg=NONE gui=NONE cterm=NONE 73 | hi Todo guifg=#87d7d7 guibg=#4e4e4e gui=NONE cterm=NONE 74 | hi MatchParen guifg=#1c1c1c guibg=#afaf5f gui=NONE cterm=NONE 75 | hi Search guifg=#1c1c1c guibg=#87af87 gui=NONE cterm=NONE 76 | hi IncSearch guifg=#1c1c1c guibg=#d7d787 gui=NONE cterm=NONE 77 | hi WildMenu guifg=#262626 guibg=#d7d787 gui=NONE cterm=NONE 78 | hi ColorColumn guifg=NONE guibg=#1c1c1c gui=NONE cterm=NONE 79 | hi Cursor guifg=#262626 guibg=#d7af5f gui=NONE cterm=NONE 80 | hi lCursor guifg=#262626 guibg=#87d7d7 gui=NONE cterm=NONE 81 | hi DiffChange guifg=NONE guibg=#3a3a3a gui=NONE cterm=NONE 82 | hi DiffAdd guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 83 | hi DiffText guifg=#87d7d7 guibg=#5f8787 gui=NONE cterm=NONE 84 | hi DiffDelete guifg=#d7875f guibg=NONE gui=NONE cterm=NONE 85 | hi SpellBad guifg=#d75f5f guibg=NONE guisp=#d75f5f gui=undercurl cterm=underline 86 | hi SpellCap guifg=#d7875f guibg=NONE guisp=#d7875f gui=undercurl cterm=underline 87 | hi SpellLocal guifg=#afaf5f guibg=NONE guisp=#afaf5f gui=undercurl cterm=underline 88 | hi SpellRare guifg=#d7d787 guibg=NONE guisp=#d7d787 gui=undercurl cterm=underline 89 | hi! link Terminal Normal 90 | hi! link LineNrAbove LineNr 91 | hi! link LineNrBelow LineNr 92 | hi Comment guifg=#808080 guibg=NONE gui=NONE cterm=NONE 93 | hi Identifier guifg=#afaf5f guibg=NONE gui=NONE cterm=NONE 94 | hi Function guifg=#d7d787 guibg=NONE gui=NONE cterm=NONE 95 | hi Statement guifg=#d7af5f guibg=NONE gui=NONE cterm=NONE 96 | hi Constant guifg=#d7875f guibg=NONE gui=NONE cterm=NONE 97 | hi String guifg=#87af87 guibg=NONE gui=NONE cterm=NONE 98 | hi Character guifg=#87af5f guibg=NONE gui=NONE cterm=NONE 99 | hi PreProc guifg=#87afaf guibg=NONE gui=NONE cterm=NONE 100 | hi Type guifg=#af875f guibg=NONE gui=NONE cterm=NONE 101 | hi Special guifg=#5f8787 guibg=NONE gui=NONE cterm=NONE 102 | hi Directory guifg=#af875f guibg=NONE gui=bold cterm=bold 103 | hi Conceal guifg=#808080 guibg=NONE gui=NONE cterm=NONE 104 | hi Ignore guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE 105 | hi Title guifg=#e4e4e4 guibg=NONE gui=bold cterm=bold 106 | hi DiffAdd guifg=#5f875f guibg=#000000 gui=reverse cterm=reverse 107 | hi DiffChange guifg=#5f87af guibg=#000000 gui=reverse cterm=reverse 108 | hi DiffText guifg=#00afaf guibg=#000000 gui=reverse cterm=reverse 109 | hi DiffDelete guifg=#af5faf guibg=NONE gui=reverse cterm=reverse 110 | 111 | if s:t_Co >= 256 112 | hi Normal ctermfg=250 ctermbg=235 cterm=NONE 113 | hi EndOfBuffer ctermfg=239 ctermbg=NONE cterm=NONE 114 | hi Statusline ctermfg=235 ctermbg=244 cterm=NONE 115 | hi StatuslineNC ctermfg=244 ctermbg=239 cterm=NONE 116 | hi StatuslineTerm ctermfg=235 ctermbg=244 cterm=NONE 117 | hi StatuslineTermNC ctermfg=244 ctermbg=239 cterm=NONE 118 | hi VertSplit ctermfg=239 ctermbg=239 cterm=NONE 119 | hi Pmenu ctermfg=NONE ctermbg=234 cterm=NONE 120 | hi PmenuSel ctermfg=235 ctermbg=186 cterm=NONE 121 | hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE 122 | hi PmenuThumb ctermfg=NONE ctermbg=244 cterm=NONE 123 | hi TabLine ctermfg=244 ctermbg=239 cterm=NONE 124 | hi TabLineFill ctermfg=NONE ctermbg=239 cterm=NONE 125 | hi TabLineSel ctermfg=NONE ctermbg=NONE cterm=NONE 126 | hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE 127 | hi ToolbarButton ctermfg=235 ctermbg=108 cterm=NONE 128 | hi NonText ctermfg=239 ctermbg=NONE cterm=NONE 129 | hi SpecialKey ctermfg=239 ctermbg=NONE cterm=NONE 130 | hi Folded ctermfg=244 ctermbg=234 cterm=NONE 131 | hi Visual ctermfg=235 ctermbg=110 cterm=NONE 132 | hi VisualNOS ctermfg=235 ctermbg=110 cterm=NONE 133 | hi LineNr ctermfg=244 ctermbg=NONE cterm=NONE 134 | hi FoldColumn ctermfg=244 ctermbg=NONE cterm=NONE 135 | hi CursorLine ctermfg=NONE ctermbg=234 cterm=NONE 136 | hi CursorColumn ctermfg=NONE ctermbg=234 cterm=NONE 137 | hi CursorLineNr ctermfg=179 ctermbg=NONE cterm=bold 138 | hi QuickFixLine ctermfg=NONE ctermbg=234 cterm=NONE 139 | hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE 140 | hi Underlined ctermfg=186 ctermbg=NONE cterm=underline 141 | hi Error ctermfg=167 ctermbg=NONE cterm=reverse 142 | hi ErrorMsg ctermfg=167 ctermbg=NONE cterm=reverse 143 | hi ModeMsg ctermfg=235 ctermbg=143 cterm=NONE 144 | hi WarningMsg ctermfg=186 ctermbg=NONE cterm=NONE 145 | hi MoreMsg ctermfg=108 ctermbg=NONE cterm=NONE 146 | hi Question ctermfg=173 ctermbg=NONE cterm=NONE 147 | hi Todo ctermfg=116 ctermbg=239 cterm=NONE 148 | hi MatchParen ctermfg=234 ctermbg=143 cterm=NONE 149 | hi Search ctermfg=234 ctermbg=108 cterm=NONE 150 | hi IncSearch ctermfg=234 ctermbg=186 cterm=NONE 151 | hi WildMenu ctermfg=235 ctermbg=186 cterm=NONE 152 | hi ColorColumn ctermfg=NONE ctermbg=234 cterm=NONE 153 | hi DiffChange ctermfg=NONE ctermbg=237 cterm=NONE 154 | hi DiffAdd ctermfg=NONE ctermbg=NONE cterm=NONE 155 | hi DiffText ctermfg=116 ctermbg=66 cterm=NONE 156 | hi DiffDelete ctermfg=173 ctermbg=NONE cterm=NONE 157 | hi SpellBad ctermfg=167 ctermbg=NONE cterm=underline 158 | hi SpellCap ctermfg=173 ctermbg=NONE cterm=underline 159 | hi SpellLocal ctermfg=143 ctermbg=NONE cterm=underline 160 | hi SpellRare ctermfg=186 ctermbg=NONE cterm=underline 161 | hi! link Terminal Normal 162 | hi! link LineNrAbove LineNr 163 | hi! link LineNrBelow LineNr 164 | hi Comment ctermfg=244 ctermbg=NONE cterm=NONE 165 | hi Identifier ctermfg=143 ctermbg=NONE cterm=NONE 166 | hi Function ctermfg=186 ctermbg=NONE cterm=NONE 167 | hi Statement ctermfg=179 ctermbg=NONE cterm=NONE 168 | hi Constant ctermfg=173 ctermbg=NONE cterm=NONE 169 | hi String ctermfg=108 ctermbg=NONE cterm=NONE 170 | hi Character ctermfg=107 ctermbg=NONE cterm=NONE 171 | hi PreProc ctermfg=109 ctermbg=NONE cterm=NONE 172 | hi Type ctermfg=137 ctermbg=NONE cterm=NONE 173 | hi Special ctermfg=66 ctermbg=NONE cterm=NONE 174 | hi Directory ctermfg=137 ctermbg=NONE cterm=bold 175 | hi Conceal ctermfg=244 ctermbg=NONE cterm=NONE 176 | hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE 177 | hi Title ctermfg=254 ctermbg=NONE cterm=bold 178 | hi DiffAdd ctermfg=65 ctermbg=16 cterm=reverse 179 | hi DiffChange ctermfg=67 ctermbg=16 cterm=reverse 180 | hi DiffText ctermfg=37 ctermbg=16 cterm=reverse 181 | hi DiffDelete ctermfg=133 ctermbg=NONE cterm=reverse 182 | unlet s:t_Co 183 | finish 184 | endif 185 | 186 | if s:t_Co >= 16 187 | hi Normal ctermfg=NONE ctermbg=NONE cterm=NONE 188 | hi EndOfBuffer ctermfg=darkgrey ctermbg=NONE cterm=NONE 189 | hi Statusline ctermfg=black ctermbg=grey cterm=NONE 190 | hi StatuslineNC ctermfg=grey ctermbg=darkgrey cterm=NONE 191 | hi StatuslineTerm ctermfg=black ctermbg=grey cterm=NONE 192 | hi StatuslineTermNC ctermfg=grey ctermbg=darkgrey cterm=NONE 193 | hi VertSplit ctermfg=darkgrey ctermbg=darkgrey cterm=NONE 194 | hi Pmenu ctermfg=white ctermbg=darkgrey cterm=NONE 195 | hi PmenuSel ctermfg=black ctermbg=yellow cterm=NONE 196 | hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE 197 | hi PmenuThumb ctermfg=NONE ctermbg=white cterm=NONE 198 | hi TabLine ctermfg=grey ctermbg=darkgrey cterm=NONE 199 | hi TabLineFill ctermfg=NONE ctermbg=darkgrey cterm=NONE 200 | hi TabLineSel ctermfg=NONE ctermbg=NONE cterm=NONE 201 | hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE 202 | hi ToolbarButton ctermfg=black ctermbg=darkgreen cterm=NONE 203 | hi NonText ctermfg=darkgrey ctermbg=NONE cterm=NONE 204 | hi SpecialKey ctermfg=darkgrey ctermbg=NONE cterm=NONE 205 | hi Folded ctermfg=cyan ctermbg=NONE cterm=bold 206 | hi Visual ctermfg=black ctermbg=blue cterm=NONE 207 | hi VisualNOS ctermfg=black ctermbg=blue cterm=NONE 208 | hi LineNr ctermfg=grey ctermbg=NONE cterm=NONE 209 | hi FoldColumn ctermfg=grey ctermbg=NONE cterm=NONE 210 | hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline 211 | hi CursorColumn ctermfg=NONE ctermbg=NONE cterm=underline 212 | hi CursorLineNr ctermfg=magenta ctermbg=NONE cterm=bold 213 | hi QuickFixLine ctermfg=NONE ctermbg=NONE cterm=underline 214 | hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE 215 | hi Underlined ctermfg=yellow ctermbg=NONE cterm=underline 216 | hi Error ctermfg=red ctermbg=NONE cterm=reverse 217 | hi ErrorMsg ctermfg=red ctermbg=NONE cterm=reverse 218 | hi ModeMsg ctermfg=black ctermbg=darkyellow cterm=NONE 219 | hi WarningMsg ctermfg=yellow ctermbg=NONE cterm=NONE 220 | hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE 221 | hi Question ctermfg=darkred ctermbg=NONE cterm=NONE 222 | hi Todo ctermfg=cyan ctermbg=darkgrey cterm=NONE 223 | hi MatchParen ctermfg=black ctermbg=darkyellow cterm=NONE 224 | hi Search ctermfg=black ctermbg=darkgreen cterm=NONE 225 | hi IncSearch ctermfg=black ctermbg=yellow cterm=NONE 226 | hi WildMenu ctermfg=black ctermbg=yellow cterm=NONE 227 | hi ColorColumn ctermfg=white ctermbg=darkblue cterm=NONE 228 | hi DiffChange ctermfg=NONE ctermbg=NONE cterm=NONE 229 | hi DiffAdd ctermfg=NONE ctermbg=NONE cterm=NONE 230 | hi DiffText ctermfg=cyan ctermbg=darkblue cterm=NONE 231 | hi DiffDelete ctermfg=darkred ctermbg=NONE cterm=NONE 232 | hi SpellBad ctermfg=red ctermbg=NONE cterm=underline 233 | hi SpellCap ctermfg=darkred ctermbg=NONE cterm=underline 234 | hi SpellLocal ctermfg=darkyellow ctermbg=NONE cterm=underline 235 | hi SpellRare ctermfg=yellow ctermbg=NONE cterm=underline 236 | hi! link Terminal Normal 237 | hi! link LineNrAbove LineNr 238 | hi! link LineNrBelow LineNr 239 | hi Comment ctermfg=darkgrey ctermbg=NONE cterm=NONE 240 | hi Identifier ctermfg=darkmagenta ctermbg=NONE cterm=NONE 241 | hi Function ctermfg=magenta ctermbg=NONE cterm=NONE 242 | hi Statement ctermfg=yellow ctermbg=NONE cterm=NONE 243 | hi Constant ctermfg=darkred ctermbg=NONE cterm=NONE 244 | hi String ctermfg=darkgreen ctermbg=NONE cterm=NONE 245 | hi Character ctermfg=green ctermbg=NONE cterm=NONE 246 | hi PreProc ctermfg=darkcyan ctermbg=NONE cterm=NONE 247 | hi Type ctermfg=darkyellow ctermbg=NONE cterm=NONE 248 | hi Special ctermfg=blue ctermbg=NONE cterm=NONE 249 | hi Directory ctermfg=darkmagenta ctermbg=NONE cterm=bold 250 | hi Conceal ctermfg=grey ctermbg=NONE cterm=NONE 251 | hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE 252 | hi Title ctermfg=white ctermbg=NONE cterm=bold 253 | hi DiffAdd ctermfg=darkgreen ctermbg=black cterm=reverse 254 | hi DiffChange ctermfg=blue ctermbg=black cterm=reverse 255 | hi DiffText ctermfg=darkcyan ctermbg=black cterm=reverse 256 | hi DiffDelete ctermfg=magenta ctermbg=NONE cterm=reverse 257 | unlet s:t_Co 258 | finish 259 | endif 260 | 261 | if s:t_Co >= 0 262 | hi Normal term=NONE 263 | hi ColorColumn term=reverse 264 | hi Conceal term=NONE 265 | hi Cursor term=reverse 266 | hi CursorColumn term=NONE 267 | hi CursorLine term=underline 268 | hi CursorLineNr term=bold 269 | hi DiffAdd term=reverse 270 | hi DiffChange term=NONE 271 | hi DiffDelete term=reverse 272 | hi DiffText term=reverse 273 | hi Directory term=NONE 274 | hi EndOfBuffer term=NONE 275 | hi ErrorMsg term=bold,reverse 276 | hi FoldColumn term=NONE 277 | hi Folded term=NONE 278 | hi IncSearch term=bold,reverse,underline 279 | hi LineNr term=NONE 280 | hi MatchParen term=bold,underline 281 | hi ModeMsg term=bold 282 | hi MoreMsg term=NONE 283 | hi NonText term=NONE 284 | hi Pmenu term=reverse 285 | hi PmenuSbar term=reverse 286 | hi PmenuSel term=bold 287 | hi PmenuThumb term=NONE 288 | hi Question term=standout 289 | hi Search term=reverse 290 | hi SignColumn term=reverse 291 | hi SpecialKey term=bold 292 | hi SpellBad term=underline 293 | hi SpellCap term=underline 294 | hi SpellLocal term=underline 295 | hi SpellRare term=underline 296 | hi StatusLine term=bold,reverse 297 | hi StatusLineNC term=bold,underline 298 | hi TabLine term=bold,underline 299 | hi TabLineFill term=NONE 300 | hi Terminal term=NONE 301 | hi TabLineSel term=bold,reverse 302 | hi Title term=NONE 303 | hi VertSplit term=NONE 304 | hi Visual term=reverse 305 | hi VisualNOS term=NONE 306 | hi WarningMsg term=standout 307 | hi WildMenu term=bold 308 | hi CursorIM term=NONE 309 | hi ToolbarLine term=reverse 310 | hi ToolbarButton term=bold,reverse 311 | hi Comment term=bold 312 | hi Constant term=NONE 313 | hi Error term=bold,reverse 314 | hi Identifier term=NONE 315 | hi Ignore term=NONE 316 | hi PreProc term=NONE 317 | hi Special term=NONE 318 | hi Statement term=NONE 319 | hi Todo term=bold,reverse 320 | hi Type term=NONE 321 | hi Underlined term=underline 322 | unlet s:t_Co 323 | finish 324 | endif 325 | 326 | " Background: dark 327 | " Color: foreground #BCBCBC 250 white 328 | " Color: background #262626 235 black 329 | " Color: color00 #1C1C1C 234 black 330 | " Color: color08 #4E4E4E 239 darkgrey 331 | " Color: color01 #D7875F 173 darkred 332 | " Color: color09 #D75F5F 167 red 333 | " Color: color02 #87AF87 108 darkgreen 334 | " Color: color10 #87AF5F 107 green 335 | " Color: color03 #AFAF5F 143 darkyellow 336 | " Color: color11 #D7D787 186 yellow 337 | " Color: color04 #5F8787 66 darkblue 338 | " Color: color12 #87AFD7 110 blue 339 | " Color: color05 #AF875F 137 darkmagenta 340 | " Color: color13 #D7AF5F 179 magenta 341 | " Color: color06 #87AFAF 109 darkcyan 342 | " Color: color14 #87D7D7 116 cyan 343 | " Color: color07 #808080 244 grey 344 | " Color: color15 #E4E4E4 254 white 345 | " Color: colorDiffC #3A3A3A 237 black 346 | " Term colors: color00 color01 color02 color03 color04 color05 color06 color07 347 | " Term colors: color08 color09 color10 color11 color12 color13 color14 color15 348 | " Background: dark 349 | " Color: bgDiffA #5F875F 65 darkgreen 350 | " Color: bgDiffC #5F87AF 67 blue 351 | " Color: bgDiffD #AF5FAF 133 magenta 352 | " Color: bgDiffT #00AFAF 37 darkcyan 353 | " Color: fgDiff #000000 16 black 354 | " vim: et ts=2 sw=2 355 | -------------------------------------------------------------------------------- /colortemplate/_diff: -------------------------------------------------------------------------------- 1 | ; vim: ft=colortemplate cc=20,35,50 vsts=19,15,15,4 2 | 3 | Variant: gui 256 16 4 | 5 | Background: dark 6 | 7 | Color: bgDiffA #5F875F 65 darkgreen 8 | Color: bgDiffC #5F87AF 67 blue 9 | Color: bgDiffD #AF5FAF 133 magenta 10 | Color: bgDiffT #00AFAF 37 darkcyan 11 | Color: fgDiff #000000 16 black 12 | 13 | DiffAdd bgDiffA fgDiff reverse 14 | DiffChange bgDiffC fgDiff reverse 15 | DiffText bgDiffT fgDiff reverse 16 | DiffDelete bgDiffD none reverse 17 | -------------------------------------------------------------------------------- /colortemplate/_tcozero: -------------------------------------------------------------------------------- 1 | ; vim: ft=colortemplate cc=16,23,31 vsts=15,7,8,4 2 | 3 | ; Template for black & white terminals 4 | Variant: 0 5 | 6 | ; Group Unused Unused Term attributes 7 | Normal omit omit 8 | ColorColumn omit omit reverse 9 | Conceal omit omit 10 | Cursor omit omit reverse 11 | CursorColumn omit omit 12 | CursorLine omit omit underline 13 | CursorLineNr omit omit bold 14 | DiffAdd omit omit reverse 15 | DiffChange omit omit 16 | DiffDelete omit omit reverse 17 | DiffText omit omit reverse 18 | Directory omit omit 19 | EndOfBuffer omit omit 20 | ErrorMsg omit omit bold,reverse 21 | FoldColumn omit omit 22 | Folded omit omit 23 | IncSearch omit omit reverse,bold,underline 24 | LineNr omit omit 25 | MatchParen omit omit bold,underline 26 | ModeMsg omit omit bold 27 | MoreMsg omit omit 28 | NonText omit omit 29 | Pmenu omit omit reverse 30 | PmenuSbar omit omit reverse 31 | PmenuSel omit omit bold 32 | PmenuThumb omit omit 33 | Question omit omit standout 34 | Search omit omit reverse 35 | SignColumn omit omit reverse 36 | SpecialKey omit omit bold 37 | SpellBad omit omit underline 38 | SpellCap omit omit underline 39 | SpellLocal omit omit underline 40 | SpellRare omit omit underline 41 | StatusLine omit omit reverse,bold 42 | StatusLineNC omit omit bold,underline 43 | TabLine omit omit underline,bold 44 | TabLineFill omit omit 45 | Terminal omit omit 46 | TabLineSel omit omit reverse,bold 47 | Title omit omit 48 | VertSplit omit omit 49 | Visual omit omit reverse 50 | VisualNOS omit omit 51 | WarningMsg omit omit standout 52 | WildMenu omit omit bold 53 | CursorIM omit omit 54 | ToolbarLine omit omit reverse 55 | ToolbarButton omit omit bold,reverse 56 | 57 | Comment omit omit bold 58 | Constant omit omit 59 | Error omit omit reverse,bold 60 | Identifier omit omit 61 | Ignore omit omit 62 | PreProc omit omit 63 | Special omit omit 64 | Statement omit omit 65 | Todo omit omit reverse,bold 66 | Type omit omit 67 | Underlined omit omit underline 68 | -------------------------------------------------------------------------------- /colortemplate/bronzage.colortemplate: -------------------------------------------------------------------------------- 1 | ; vim: cc=20,35,50 vsts=19,15,15,4 2 | Full name: bronzage 3 | Short name: bronzage 4 | Description: Dark medium contrast with accented brown and yellow colors. 5 | Author: Maxim Kim 6 | Neovim: yes 7 | 8 | 9 | Variant: gui 256 16 10 | 11 | Background: dark 12 | 13 | 14 | ;;; Color palette 15 | Color: foreground #BCBCBC 250 white 16 | Color: background #262626 235 black 17 | 18 | Color: color00 #1C1C1C 234 black 19 | Color: color08 #4E4E4E 239 darkgrey 20 | 21 | Color: color01 #D7875F 173 darkred 22 | Color: color09 #D75F5F 167 red 23 | 24 | Color: color02 #87AF87 108 darkgreen 25 | Color: color10 #87AF5F 107 green 26 | 27 | Color: color03 #AFAF5F 143 darkyellow 28 | Color: color11 #D7D787 186 yellow 29 | 30 | Color: color04 #5F8787 66 darkblue 31 | Color: color12 #87AFD7 110 blue 32 | 33 | Color: color05 #AF875F 137 darkmagenta 34 | Color: color13 #D7AF5F 179 magenta 35 | 36 | Color: color06 #87AFAF 109 darkcyan 37 | Color: color14 #87D7D7 116 cyan 38 | 39 | Color: color07 #808080 244 grey 40 | Color: color15 #E4E4E4 254 white 41 | 42 | Color: colorDiffC #3A3A3A 237 black 43 | 44 | Term colors: color00 color01 color02 color03 color04 color05 color06 color07 45 | Term colors: color08 color09 color10 color11 color12 color13 color14 color15 46 | 47 | 48 | ;;; chrome 49 | 50 | Variant: 16 51 | Normal none none 52 | Variant: gui 256 53 | Normal foreground background 54 | 55 | Variant: gui 256 16 56 | EndOfBuffer color08 none 57 | Statusline background color07 58 | StatuslineNC color07 color08 59 | StatuslineTerm background color07 60 | StatuslineTermNC color07 color08 61 | VertSplit color08 color08 62 | 63 | Variant: 16 64 | Pmenu foreground color08 65 | PmenuSel background color11 66 | PmenuSbar none none 67 | PmenuThumb none color15 68 | Variant: gui 256 69 | Pmenu none color00 70 | PmenuSel background color11 71 | PmenuSbar none none 72 | PmenuThumb none color07 73 | 74 | Variant: gui 256 16 75 | TabLine color07 color08 76 | TabLineFill none color08 77 | TabLineSel none none 78 | 79 | ToolbarLine none none 80 | ToolbarButton background color02 81 | 82 | NonText color08 none 83 | SpecialKey color08 none 84 | 85 | Variant: 16 86 | Folded color14 none bold 87 | Variant: gui 256 88 | Folded color07 color00 89 | Variant: gui 256 16 90 | Visual background color12 91 | VisualNOS background color12 92 | LineNr color07 none 93 | FoldColumn color07 none 94 | Variant: 16 95 | CursorLine none none underline 96 | CursorColumn none none underline 97 | CursorLineNr color13 none bold 98 | QuickFixLine none none underline 99 | Variant: gui 256 100 | CursorLine none color00 101 | CursorColumn none color00 102 | CursorLineNr color13 none bold 103 | QuickFixLine none color00 104 | Variant: gui 256 16 105 | SignColumn none none 106 | 107 | Underlined color11 none underline 108 | 109 | Error color09 none reverse 110 | ErrorMsg color09 none reverse 111 | ModeMsg background color03 112 | WarningMsg color11 none 113 | MoreMsg color02 none 114 | Question color01 none 115 | 116 | Todo color14 color08 117 | MatchParen color00 color03 118 | Search color00 color02 119 | IncSearch color00 color11 120 | WildMenu background color11 121 | Variant: 16 122 | ColorColumn foreground color04 123 | Variant: gui 256 124 | ColorColumn none color00 125 | Variant: gui 126 | Cursor background color13 127 | lCursor background color14 128 | 129 | Variant: 16 130 | DiffChange none none 131 | Variant: gui 256 132 | DiffChange none colorDiffC 133 | Variant: gui 256 16 134 | DiffAdd none none 135 | DiffText color14 color04 136 | DiffDelete color01 none 137 | 138 | SpellBad color09 none t=underline g=undercurl s=color09 139 | SpellCap color01 none t=underline g=undercurl s=color01 140 | SpellLocal color03 none t=underline g=undercurl s=color03 141 | SpellRare color11 none t=underline g=undercurl s=color11 142 | 143 | ; Links 144 | Terminal -> Normal 145 | LineNrAbove -> LineNr 146 | LineNrBelow -> LineNr 147 | 148 | 149 | ;;; :h group-names 150 | Variant: 16 151 | Comment color08 none 152 | Variant: gui 256 153 | Comment color07 none 154 | 155 | Variant: 16 156 | Identifier color05 none 157 | Function color13 none 158 | Statement color11 none 159 | Variant: gui 256 160 | Identifier color03 none 161 | Function color11 none 162 | Statement color13 none 163 | Variant: gui 256 16 164 | Constant color01 none 165 | String color02 none 166 | Character color10 none 167 | PreProc color06 none 168 | Variant: 16 169 | Type color03 none 170 | Variant: gui 256 171 | Type color05 none 172 | Variant: 16 173 | Special color12 none 174 | Variant: gui 256 175 | Special color04 none 176 | 177 | Variant: gui 256 16 178 | Directory color05 none bold 179 | Conceal color07 none 180 | Ignore none none 181 | 182 | Title color15 none bold 183 | 184 | 185 | ; Diff colors 186 | Include: _diff 187 | 188 | 189 | ; No color support 190 | Include: _tcozero 191 | --------------------------------------------------------------------------------