mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Change nvim background color to dark mode.
Maybe it's just personal preference, I think it looks better when set to dark mode. It also matches to default theme.
This commit is contained in:
parent
628ed4dc99
commit
923129f682
@ -22,7 +22,7 @@ Plug 'ap/vim-css-color'
|
|||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set title
|
set title
|
||||||
set bg=light
|
set bg=dark
|
||||||
set go=a
|
set go=a
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nohlsearch
|
set nohlsearch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user