diff options
| author | jdhao <jdhao@hotmail.com> | 2020-12-21 23:27:03 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-12-21 23:27:03 +0800 |
| commit | 7ed2607371f6ef3cb5d06c26dd9d2b6f07aacd6a (patch) | |
| tree | 6527cdc8a6453c514adfd8ca1d1364b81b05c3c2 /core/ui.vim | |
| parent | 21cff3e527309cbe94f35d35b3cea7ecfced25db (diff) | |
Remove srcery colorscheme
Does not work well for zoc terminal.
Diffstat (limited to 'core/ui.vim')
| -rw-r--r-- | core/ui.vim | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/core/ui.vim b/core/ui.vim index f517618..8528c8b 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -26,12 +26,6 @@ function! s:my_theme_dict.gruvbox8() dict abort colorscheme gruvbox8_hard endfunction -function! s:my_theme_dict.srcery() dict abort - if !utils#HasColorscheme('srcery') | return | endif - - colorscheme srcery -endfunction - function! s:my_theme_dict.deus() dict abort if !utils#HasColorscheme('deus') | return | endif @@ -81,8 +75,8 @@ function! s:my_theme_dict.sonokai() dict abort colorscheme sonokai endfunction -let s:candidate_theme = ['gruvbox8', 'srcery', 'deus', 'solarized8', - \ 'onedark', 'neodark', 'toast', 'edge', 'sonokai'] +let s:candidate_theme = ['gruvbox8', 'deus', 'solarized8', 'onedark', + \ 'neodark', 'toast', 'edge', 'sonokai'] let s:idx = utils#RandInt(0, len(s:candidate_theme)-1) let s:theme = s:candidate_theme[s:idx] |
