Compare commits

...

3 Commits

Author SHA1 Message Date
Thomas Forgione f731cab3c0 Fix 2024-05-20 10:36:49 +02:00
tforgione 979368bfad Update 'colors/peachwhite.vim' 2023-04-11 15:03:06 +02:00
Thomas Forgione c24a823c78 Make coc hints more subtle 2022-11-04 16:52:58 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -56,12 +56,13 @@ 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 ctermfg=190 guifg=Brown
hi Statement term=bold cterm=none 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
@ -71,3 +72,4 @@ 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 = "peachpuff"
let colors_name = "peachwhite"
" hi Normal guibg=PeachPuff guifg=Black
"