2 Commits

Author SHA1 Message Date
Luis
6ba5387011 Merge e6921fae32 into 61d75affa5 2024-09-27 11:41:57 +00:00
bronzdoc
e6921fae32 Make goDirective symmetric with colorscheme 2017-04-01 11:51:01 -06:00
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
finish
endif
highlight clear
set background=dark
if exists("syntax_on")
@@ -640,6 +639,9 @@ 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,7 +19,6 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
finish
endif
highlight clear
set background=dark
if exists("syntax_on")