Compare commits

..

No commits in common. "master" and "36c7596e9d59bbf4306d723eb636e8704eb62f49" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -56,13 +56,12 @@ hi lCursor guifg=bg guibg=fg
" 5 = magenta
" 6 = cyan
" 7 = white
hi String ctermfg=5
hi Pmenu ctermfg=7 ctermbg=235
hi Comment term=bold cterm=italic ctermfg=27 guifg=#406090
hi Constant term=underline ctermfg=5 guifg=#c00058
hi Special term=bold ctermfg=5 guifg=SlateBlue
hi Identifier term=underline cterm=NONE ctermfg=87 guifg=DarkCyan
hi Statement term=bold cterm=none ctermfg=190 guifg=Brown
hi Statement term=bold ctermfg=190 guifg=Brown
hi PreProc term=underline ctermfg=166 guifg=Magenta3
hi Type term=underline ctermfg=46 gui=bold guifg=SeaGreen
hi Ignore ctermfg=7 guifg=bg
@ -72,4 +71,3 @@ hi YcmErrorSection ctermfg=1 cterm=reverse
hi SpellBad cterm=underline,bold ctermfg=1 ctermbg=none
hi ALEWarning cterm=underline,bold ctermfg=202 ctermbg=none
hi ALEWarningSign cterm=bold ctermfg=202 ctermbg=202 ctermfg=7
hi CocInlayHint cterm=italic ctermfg=238 ctermbg=none guibg=none

View File

@ -16,7 +16,7 @@ if exists("syntax_on")
syntax reset
endif
let colors_name = "peachwhite"
let colors_name = "peachpuff"
" hi Normal guibg=PeachPuff guifg=Black
"