From 10dad102500c3f63309a210f801e93ff64685397 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Thu, 28 Sep 2023 12:19:30 -0400 Subject: [PATCH] Explicitly specify default foreground color in nvim theme --- configs/programs/neovim/laserwave/colors/laserwave.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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