1
0
Fork 0

Fix denite colors

This commit is contained in:
Jeremy Kaplan 2018-02-14 21:09:02 -08:00
commit 8470b681c3
2 changed files with 7 additions and 0 deletions

View file

@ -112,6 +112,11 @@ call denite#custom#var('grep', 'pattern_opt', ['--regexp'])
call denite#custom#var('grep', 'separator', ['--']) call denite#custom#var('grep', 'separator', ['--'])
call denite#custom#var('grep', 'final_opts', []) call denite#custom#var('grep', 'final_opts', [])
call denite#custom#option("_", {
\ "highlight_matched_char": "DeniteMatched",
\ "highlight_matched_range": "None",
\})
map ;b :Denite buffer<CR> map ;b :Denite buffer<CR>
map ;f :Denite file_rec<CR> map ;f :Denite file_rec<CR>
map ;g :Denite grep<CR> map ;g :Denite grep<CR>

View file

@ -43,3 +43,5 @@ hi Visual cterm=none ctermfg=254 ctermbg=237
hi ALEWarningSign ctermfg=184 ctermbg=238 hi ALEWarningSign ctermfg=184 ctermbg=238
hi ALEErrorSign ctermfg=160 ctermbg=238 hi ALEErrorSign ctermfg=160 ctermbg=238
hi DeniteMatched NONE cterm=none ctermfg=184 ctermbg=235