[2024-10-12] New custom colour scheme, statusline updates
This commit is contained in:
parent
42920643c2
commit
d6b161f2d6
4 changed files with 22 additions and 9 deletions
9
nvim/colors/gruv.vim
Normal file
9
nvim/colors/gruv.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
" load the retrobox colorscheme
|
||||
runtime colors/retrobox.vim
|
||||
let g:colors_name = 'gruv'
|
||||
highlight CursorLineNr guibg=NONE 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 StatusLine gui=bold "guibg=Normal guifg=Normal
|
|
@ -20,4 +20,4 @@ highlight Comment gui=italic
|
|||
highlight Constant guifg=#999999
|
||||
highlight NormalFloat guibg=#666666
|
||||
highlight CursorLineNr guibg=NONE gui=bold
|
||||
highlight StatusLine guibg=Normal guifg=Normal
|
||||
" highlight StatusLine guibg=Normal guifg=Normal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue