Fix denite colors
This commit is contained in:
parent
1a7ce7d1ce
commit
8470b681c3
2 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue