Tweak sneak highlight again, think it is right now.

This commit is contained in:
Michael Welford 2018-09-15 14:09:26 +09:30
parent 5d839a1fcc
commit 7744a19ace
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: 2018/09/11 16:13
" Last Change: 2018/09/15 09:17
" ============================================================
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: 2018/09/11 16:13
" Last Change: 2018/09/15 09:17
" ===============================================================
set background=dark
@ -300,7 +300,7 @@ hi shVariable guifg=#99a4bc ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=N
hi link shSnglCase Delimiter
hi shStatement guifg=#b4b4b9 ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi link shSet shStatement
hi Sneak guifg=#ffc552 ctermfg=221 guibg=#3f3a59 ctermbg=237 gui=NONE cterm=NONE
hi Sneak guifg=#ff761a ctermfg=208 guibg=#3f3a59 ctermbg=237 gui=NONE cterm=NONE
hi link mysqlKeyword Keyword
hi link mysqlOperator Operator
hi link mysqlFunction Title

View File

@ -1 +1 @@
Sneak: 'yellow purple_dark_gray'
Sneak: 'orange purple_dark_gray'