Compare commits

..

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

2 changed files with 17 additions and 27 deletions

View File

@ -18,26 +18,24 @@ endif
let colors_name = "peachpuff"
hi Normal guibg=transparent guifg=white
hi Normal guibg=PeachPuff guifg=Black
hi SpecialKey term=bold ctermfg=4 guifg=#005fff
hi NonText term=bold cterm=bold ctermfg=4 gui=bold guifg=#005fff
hi Directory term=bold ctermfg=4 guifg=#005fff
hi SpecialKey term=bold ctermfg=4 guifg=Blue
hi NonText term=bold cterm=bold ctermfg=4 gui=bold guifg=Blue
hi Directory term=bold ctermfg=4 guifg=Blue
hi ErrorMsg term=standout cterm=bold ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red
hi IncSearch term=reverse cterm=reverse gui=reverse
hi Search term=reverse ctermbg=3 guibg=Gold2
hi MoreMsg term=bold ctermfg=2 gui=bold guifg=SeaGreen
hi ModeMsg term=bold cterm=bold gui=bold
hi LineNr term=underline ctermfg=3 guifg=#444444
hi LineNr term=underline ctermfg=3 guifg=Red3
hi Question term=standout ctermfg=2 gui=bold guifg=SeaGreen
hi StatusLine term=bold,reverse cterm=bold,reverse gui=bold guifg=White guibg=Black
hi StatusLineNC term=reverse cterm=reverse gui=bold guifg=PeachPuff guibg=Gray45
hi VertSplit term=reverse cterm=reverse gui=bold guifg=White guibg=Gray45
hi Title term=bold ctermfg=5 gui=bold guifg=DeepPink3
hi Visual ctermbg=7
hi VisualNOS ctermbg=7
" hi Visual term=reverse cterm=reverse gui=reverse
" hi VisualNOS term=bold,underline cterm=bold,underline gui=bold,underline
hi Visual term=reverse cterm=reverse gui=reverse guifg=Grey80 guibg=fg
hi VisualNOS term=bold,underline cterm=bold,underline gui=bold,underline
hi WarningMsg term=standout ctermfg=1 gui=bold guifg=Red
hi WildMenu term=standout ctermfg=0 ctermbg=3 guifg=Black guibg=Yellow
hi Folded term=standout ctermfg=4 ctermbg=7 guifg=Black guibg=#e3c1a5
@ -58,26 +56,18 @@ hi lCursor guifg=bg guibg=fg
" 5 = magenta
" 6 = cyan
" 7 = white
hi String ctermfg=5 guifg=#cd00cd
hi Pmenu ctermfg=7 ctermbg=235
hi Comment term=bold cterm=italic ctermfg=27 gui=italic guifg=#005fff
hi Constant term=underline ctermfg=5 guifg=#cd00cd
hi Special term=underline ctermfg=5 guifg=#cd00cd
hi Identifier term=underline cterm=NONE ctermfg=87 guifg=#5fffff
hi Function term=underline cterm=NONE ctermfg=87 guifg=#5fffff
hi Statement term=bold cterm=none ctermfg=190 gui=none guifg=#d7ff00
hi PreProc term=underline ctermfg=166 guifg=#d75f00
hi Type term=underline ctermfg=46 guifg=#00ff00
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 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
hi Error ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=#ff0000
hi Todo term=standout ctermfg=0 ctermbg=3 guifg=Blue guibg=#d7ff00
hi Error ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red
hi Todo term=standout ctermfg=0 ctermbg=3 guifg=Blue guibg=Yellow
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
hi DiagnosticError guifg=#ff0000
hi DiagnosticWarn guifg=#d7ff00
hi DiagnosticHint guifg=#005fff
hi DiagnosticInfo guifg=#005fff

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
"