Merge pull request #48 from cvanloo/fix/highlights

fix: clear highlights before loading colors
This commit is contained in:
Steve Losh
2025-08-15 14:59:31 -04:00
committed by GitHub
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
endif
highlight clear
set background=dark
if exists("syntax_on")

View File

@@ -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")