2 Commits

Author SHA1 Message Date
Steve Losh
585229900f Merge pull request #48 from cvanloo/fix/highlights
fix: clear highlights before loading colors
2025-08-15 14:59:31 -04:00
Colin van Loo
8dfd3abb8d fix: clear highlights before loading colors 2025-06-22 15:33:39 +09:00
2 changed files with 2 additions and 3 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")
@@ -639,9 +640,6 @@ call s:HL('pythonDecorator', 'taffy', '', 'none')
call s:HL('pythonRun', 'gravel', '', 'bold')
call s:HL('pythonCoding', 'gravel', '', 'bold')
" }}}
" GO {{{
call s:HL('goDirective', 'lime', '', 'none')
" }}}
" SLIMV {{{

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