Skip to content

Commit

Permalink
Merge pull request #39 from Freed-Wu/master
Browse files Browse the repository at this point in the history
Close #35
  • Loading branch information
skywind3000 authored Aug 10, 2020
2 parents 732e1bc + fcbc6e3 commit 1bb24d8
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 1bb24d8

Please sign in to comment.