[2024-10-04] nvim custom status bar, minor updates to
alacritty
This commit is contained in:
parent
4f8211dc18
commit
5684f8c6ec
9 changed files with 169 additions and 28 deletions
23
nvim/colors/mine.vim
Normal file
23
nvim/colors/mine.vim
Normal file
|
@ -0,0 +1,23 @@
|
|||
" load the quiet colorscheme
|
||||
runtime colors/quiet.vim
|
||||
let g:colors_name = 'mine'
|
||||
|
||||
" adjust
|
||||
if &background ==# 'light'
|
||||
highlight Normal guibg=#FFFFFF
|
||||
highlight Special guifg=#666666
|
||||
highlight NormalFloat guibg=#333333
|
||||
endif
|
||||
|
||||
highlight Title gui=bold
|
||||
highlight Special gui=bold
|
||||
highlight SpellBad guibg=Normal guifg=Normal gui=undercurl guisp=red
|
||||
highlight SpellCap guibg=Normal guifg=Normal gui=undercurl guisp=blue
|
||||
highlight SpellLocal guibg=Normal guifg=Normal gui=undercurl guisp=pink
|
||||
highlight SpellRare guibg=Normal guifg=Normal gui=undercurl guisp=aqua
|
||||
highlight Keyword gui=bold
|
||||
highlight Comment gui=italic
|
||||
highlight Constant guifg=#999999
|
||||
highlight NormalFloat guibg=#666666
|
||||
highlight CursorLineNr guibg=NONE gui=bold
|
||||
highlight StatusLine guibg=Normal guifg=Normal
|
Loading…
Add table
Add a link
Reference in a new issue