Light mode support in shell, now.
This commit is contained in:
@ -2,10 +2,11 @@
|
||||
hi clear normal
|
||||
"set bg&
|
||||
|
||||
set background=light
|
||||
" remove all existing highlighting and set the defaults.
|
||||
hi clear
|
||||
" load the syntax highlighting defaults, if it's enabled.
|
||||
"set background=light
|
||||
" load the syntax highlighting defaults, if it's enabled.
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
Reference in New Issue
Block a user