Starting to mess with a light-color mode for mornings.

This commit is contained in:
2022-05-16 15:44:47 -04:00
parent 19c7e2495d
commit 3c84f07a46
2 changed files with 189 additions and 5 deletions

View File

@ -3,18 +3,18 @@ hi clear normal
"set bg&
" remove all existing highlighting and set the defaults.
"hi clear
hi clear
" load the syntax highlighting defaults, if it's enabled.
"if exists("syntax_on")
"syntax reset
"endif
set background=dark
if exists("syntax_on")
syntax reset
endif
"colors ron
"let colors_name = "adam"
let g:colors_name="adam"
set background=dark
hi Normal ctermfg=lightgrey start=<esc>[0m stop=<esc>[0m
"hi NonText ctermfg=yellow ctermbg=grey
"hi comment ctermfg=green