From 8dfd3abb8dee996b0871e721e69804fd0f5349ed Mon Sep 17 00:00:00 2001 From: Colin van Loo Date: Sun, 22 Jun 2025 15:33:39 +0900 Subject: [PATCH] fix: clear highlights before loading colors --- colors/badwolf.vim | 1 + colors/goodwolf.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/colors/badwolf.vim b/colors/badwolf.vim index 9ce5441..c52e00b 100644 --- a/colors/badwolf.vim +++ b/colors/badwolf.vim @@ -35,6 +35,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256 finish endif +highlight clear set background=dark if exists("syntax_on") diff --git a/colors/goodwolf.vim b/colors/goodwolf.vim index fd96ee0..345d423 100644 --- a/colors/goodwolf.vim +++ b/colors/goodwolf.vim @@ -19,6 +19,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256 finish endif +highlight clear set background=dark if exists("syntax_on")