Tweak nvim cmp colours.

This commit is contained in:
Michael Welford 2021-10-27 12:05:34 +10:30
parent 0ecdf0fbeb
commit 11bd6573e7
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
" URL:https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2021/10/25 20:07
" Last Change: 2021/10/27 12:04
" ============================================================
let g:airline#themes#falcon#palette = {}

View File

@ -4,7 +4,7 @@
" URL: https://github.com/fenetikm/falcon
" Author: Michael Welford
" License: MIT
" Last Change: 2021/10/25 20:07
" Last Change: 2021/10/27 12:04
" ===============================================================
set background=dark
@ -329,7 +329,7 @@ hi netrwClassify guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cter
hi CmpItemAbbr guifg=#878791 ctermfg=102 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrDeprecated guifg=#cfc1b2 ctermfg=181 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrMatch guifg=#DFDFE5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrMatchFuzzy guifg=#DFDFE5 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemAbbrMatchFuzzy guifg=#B4B4B9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemKind guifg=#787882 ctermfg=243 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi CmpItemMenu guifg=#99A4BC ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NvimTreeFolderName guifg=#99A4BC ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE

View File

@ -1,6 +1,6 @@
CmpItemAbbr: 'mid_gray_alt'
CmpItemAbbrDeprecated: 'tan'
CmpItemAbbrMatch: 'light_gray'
CmpItemAbbrMatchFuzzy: 'light_gray'
CmpItemAbbrMatchFuzzy: 'normal_gray'
CmpItemKind: 'mid_gray'
CmpItemMenu: 'blue_gray'