From c2b00389f81ae9c4e40cb72751a74466b713fc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 24 Oct 2025 08:48:34 +0200 Subject: [PATCH] Switch colorscheme back to solarized8_dark. It seems to work now... I don't know why. --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 0b57739..528e4f9 100644 --- a/init.vim +++ b/init.vim @@ -85,8 +85,8 @@ nmap ]f (coc-fix-current) " syntax highlighting syntax on set background=dark -colorscheme 0x7A69_dark highlight Normal ctermbg=none +colorscheme solarized8_dark """ Project-Specific Settings