diff --git a/configs/programs/neovim/laserwave/colors/laserwave.vim b/configs/programs/neovim/laserwave/colors/laserwave.vim index b86ad12..be7871a 100644 --- a/configs/programs/neovim/laserwave/colors/laserwave.vim +++ b/configs/programs/neovim/laserwave/colors/laserwave.vim @@ -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