Light mode support in shell, now.

This commit is contained in:
2025-07-22 14:21:19 -04:00
parent 5f408f688b
commit 8d31077048
3 changed files with 13 additions and 2 deletions

View File

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