Explicitly specify default foreground color in nvim theme

This commit is contained in:
Emi Simpson 2023-09-28 12:19:30 -04:00
parent 7ba84ddb6d
commit 10dad10250
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if exists("syntax_on")
syntax reset
endif
hi Normal guibg=#201b27
hi Normal guifg=#ffffff guibg=#201b27
hi Comment guifg=#91889b
hi Constant guifg=#ffe261
hi String guifg=#acdfef