"" - Colors should be easy on eyes to stare at for many hours.
"" - Todos should stand out just a little (underline looks nice).
"" - Comments should be stand out less than anything else.
"" - Strings should be a beautiful color since much documentation should
" exist in source code as strings (think """ comments in python or /**
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "adobe"
guifg=purple3 ctermfg=darkmagenta
hi Constant guifg=red4 ctermfg=darkred
hi Identifier guifg=red ctermfg=red
hi Function guifg=darkblue gui=bold ctermfg=lightblue
hi Underlined guifg=yellow ctermfg=yellow
"hi Normal guibg=#b0b097 ctermbg=black
"hi String guifg=#0099aa ctermfg=brown
"hi String guifg=#0055dd ctermfg=brown
Leave a Comment