| File colors/lucius.vim changed (mode: 100644) (index c707723..16d378c) |
| ... |
... |
hi Question guifg=fg gui=none |
| 247 |
247 |
hi Question ctermfg=fg cterm=none |
hi Question ctermfg=fg cterm=none |
| 248 |
248 |
" meta and special keys used with map, unprintable characters |
" meta and special keys used with map, unprintable characters |
| 249 |
249 |
hi SpecialKey guifg=#404040 |
hi SpecialKey guifg=#404040 |
| 250 |
|
hi SpecialKey ctermfg=237 |
|
|
250 |
|
hi SpecialKey ctermfg=241 |
| 251 |
251 |
" titles for output from :set all, :autocmd, etc |
" titles for output from :set all, :autocmd, etc |
| 252 |
252 |
hi Title guifg=#62bdde gui=none |
hi Title guifg=#62bdde gui=none |
| 253 |
253 |
hi Title ctermfg=74 cterm=none |
hi Title ctermfg=74 cterm=none |
| |
| ... |
... |
hi PMenuThumb ctermbg=102 cterm=none |
| 315 |
315 |
" Status Line |
" Status Line |
| 316 |
316 |
" ----------- |
" ----------- |
| 317 |
317 |
" status line for current window |
" status line for current window |
| 318 |
|
hi StatusLine guifg=#e0e0e0 guibg=#363946 gui=bold |
|
|
318 |
|
hi StatusLine guifg=#e0e0e0 guibg=#313441 gui=none |
| 319 |
319 |
hi StatusLine ctermfg=254 ctermbg=237 cterm=bold |
hi StatusLine ctermfg=254 ctermbg=237 cterm=bold |
| 320 |
320 |
" status line for non-current windows |
" status line for non-current windows |
| 321 |
321 |
hi StatusLineNC guifg=#767986 guibg=#363946 gui=none |
hi StatusLineNC guifg=#767986 guibg=#363946 gui=none |
| 322 |
322 |
hi StatusLineNC ctermfg=244 ctermbg=237 cterm=none |
hi StatusLineNC ctermfg=244 ctermbg=237 cterm=none |
| 323 |
323 |
|
|
|
324 |
|
hi User1 guifg=#e0e0e0 guibg=#313441 gui=none |
|
325 |
|
hi StatusLine ctermfg=254 ctermbg=238 cterm=none |
| 324 |
326 |
|
|
| 325 |
327 |
" Tab Lines |
" Tab Lines |
| 326 |
328 |
" --------- |
" --------- |
| 327 |
329 |
" tab pages line, not active tab page label |
" tab pages line, not active tab page label |
| 328 |
330 |
hi TabLine guifg=#b6bf98 guibg=#363946 gui=none |
hi TabLine guifg=#b6bf98 guibg=#363946 gui=none |
| 329 |
|
hi TabLine ctermfg=244 ctermbg=236 cterm=none |
|
|
331 |
|
hi TabLine ctermfg=246 ctermbg=236 cterm=none |
| 330 |
332 |
" tab pages line, where there are no labels |
" tab pages line, where there are no labels |
| 331 |
|
hi TabLineFill guifg=#cfcfaf guibg=#363946 gui=none |
|
|
333 |
|
hi TabLineFill guifg=#ffff55 guibg=#363946 gui=none |
| 332 |
334 |
hi TabLineFill ctermfg=187 ctermbg=236 cterm=none |
hi TabLineFill ctermfg=187 ctermbg=236 cterm=none |
| 333 |
335 |
" tab pages line, active tab page label |
" tab pages line, active tab page label |
| 334 |
336 |
hi TabLineSel guifg=#efefef guibg=#414658 gui=bold |
hi TabLineSel guifg=#efefef guibg=#414658 gui=bold |