fix: clear highlights before loading colors

This commit is contained in:
Colin van Loo
2025-06-22 15:33:39 +09:00
parent 61d75affa5
commit 8dfd3abb8d
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
finish finish
endif endif
highlight clear
set background=dark set background=dark
if exists("syntax_on") if exists("syntax_on")

View File

@@ -19,6 +19,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
finish finish
endif endif
highlight clear
set background=dark set background=dark
if exists("syntax_on") if exists("syntax_on")