More telescope tweaking of prompt.

This commit is contained in:
Michael Welford 2021-10-31 15:14:08 +10:30
parent e6ca326ba7
commit e7a8dbfc3f
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 16:02
" Last Change: 2021/10/31 15:13
" ============================================================
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 16:02
" Last Change: 2021/10/31 15:13
" ===============================================================
set background=dark
@ -478,7 +478,7 @@ hi TagbarVisibilityPrivate guifg=#FF3600 ctermfg=202 guibg=NONE ctermbg=NONE gui
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=#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 TelescopePromptPrefix guifg=#878791 ctermfg=102 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
hi TelescopeMultiSelection guifg=#DFDFE5 ctermfg=254 guibg=#171728 ctermbg=234 gui=NONE cterm=NONE

View File

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