diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-20 22:25:05 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-20 22:25:05 +0800 |
| commit | 4ae213d2994c3a46f067bc9858d079d29d718369 (patch) | |
| tree | 36c7d4ce9e74c50e1893806a458e9018fff54da9 /ui.vim | |
| parent | 3709bb8776555100d2afddd158b413ed841068db (diff) | |
Remove gotham, it is too dark for the eye
Diffstat (limited to 'ui.vim')
| -rw-r--r-- | ui.vim | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -13,7 +13,7 @@ set background=dark "{{ Colorscheme settings let s:candidate_theme = ['gruvbox8', 'srcery', 'badwolf', 'deus', 'happy_hacking', 'solarized8', - \ 'monokai_tasty', 'gotham', 'vim_one', 'material', 'onedark'] + \ 'monokai_tasty', 'vim_one', 'material', 'onedark'] let s:idx = utils#RandInt(0, len(s:candidate_theme)-1) let s:theme = s:candidate_theme[s:idx] @@ -78,12 +78,6 @@ function! s:my_theme_dict.monokai_tasty() dict abort colorscheme vim-monokai-tasty endfunction -function! s:my_theme_dict.gotham() dict abort - if !utils#HasColorscheme('gotham') | return | endif - - colorscheme gotham -endfunction - function! s:my_theme_dict.vim_one() dict abort if !utils#HasColorscheme('one') | return | endif |
