Skip to content

Commit

Permalink
Close #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored Aug 10, 2020
1 parent 732e1bc commit fcbc6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/quickui.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ endfunc
let s:scheme = get(g:, 'quickui_color_scheme', '')
call QuickThemeChange(s:scheme)

augroup quickui "{{{
autocmd!
autocmd Colorscheme * call QuickThemeChange(get(g:, 'quickui_color_scheme', ''))
augroup END "}}}

" hi! QuickDefaultSel ctermbg=
call s:hilink('QuickBG', 'QuickDefaultBackground')
Expand Down

0 comments on commit fcbc6e3

Please sign in to comment.