Tweak telescope matching.

This commit is contained in:
Michael Welford 2021-10-30 14:44:19 +10:30
parent d8d9b0a18b
commit 087b70f024
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/30 14:32
" Last Change: 2021/10/30 14:43
" ============================================================
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/30 14:32
" Last Change: 2021/10/30 14:43
" ===============================================================
set background=dark
@ -457,7 +457,7 @@ hi TagbarVisibilityProtected guifg=#FF761A ctermfg=208 guibg=NONE ctermbg=NONE g
hi TagbarVisibilityPrivate guifg=#FF3600 ctermfg=202 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi TelescopeBorder guifg=#36363A ctermfg=237 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE
hi TelescopeTitle guifg=#878791 ctermfg=102 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE
hi TelescopeMatching guifg=#cfc1b2 ctermfg=181 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE
hi TelescopeMatching guifg=#FFC552 ctermfg=221 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE
hi TelescopePromptPrefix guifg=#57575E ctermfg=240 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE
hi TelescopeSelection guifg=#DFDFE5 ctermfg=254 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE
hi TelescopeSelectionCaret guifg=#FF761A ctermfg=208 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE

View File

@ -1,6 +1,6 @@
TelescopeBorder: 'dark_gray blue_dark_float'
TelescopeTitle: 'mid_gray_alt blue_dark_float'
TelescopeMatching: 'tan blue_dark_float'
TelescopeMatching: 'yellow blue_dark_float'
TelescopePromptPrefix: 'mid_dark_gray blue_dark_float'
TelescopeSelection: 'light_gray blue_dark_float'
TelescopeSelectionCaret: 'orange blue_dark_float'