diff options
| author | jdhao <jdhao@hotmail.com> | 2020-12-07 23:20:07 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-12-07 23:20:07 +0800 |
| commit | b65846a454166fd2fe814427b082a1dc9dba9ad8 (patch) | |
| tree | 7b16360a0c60dd05d2540c9507da84c93e9a7616 /core/ui.vim | |
| parent | bfc33716c70f8cbc410ecbb3312405563439862f (diff) | |
remove material.vim colorscheme
Visual selection is barely visible.
Diffstat (limited to 'core/ui.vim')
| -rw-r--r-- | core/ui.vim | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/core/ui.vim b/core/ui.vim index a440361..dd22759 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -46,15 +46,6 @@ function! s:my_theme_dict.solarized8() dict abort colorscheme solarized8_high endfunction -function! s:my_theme_dict.material() dict abort - if !utils#HasColorscheme('material') | return | endif - - let g:material_terminal_italics = 1 - " theme_style can be 'default', 'dark' or 'palenight' - let g:material_theme_style = 'default' - colorscheme material -endfunction - function! s:my_theme_dict.onedark() dict abort if !utils#HasColorscheme('onedark') | return | endif @@ -90,7 +81,7 @@ function! s:my_theme_dict.humanoid() dict abort colorscheme humanoid endfunction -let s:candidate_theme = ['gruvbox8', 'srcery', 'deus', 'solarized8', 'material', +let s:candidate_theme = ['gruvbox8', 'srcery', 'deus', 'solarized8', \ 'onedark', 'neodark', 'toast', 'sublimemonokai', 'humanoid'] let s:idx = utils#RandInt(0, len(s:candidate_theme)-1) let s:theme = s:candidate_theme[s:idx] |
