aboutsummaryrefslogtreecommitdiff
path: root/ui.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-10-20 22:19:12 +0800
committerjdhao <jdhao@hotmail.com>2020-10-20 22:19:12 +0800
commit3709bb8776555100d2afddd158b413ed841068db (patch)
treeacf48a7d723e62e3b8806066cbb20fd5191d68bc /ui.vim
parentd0c4b6829826b6f0ed9a2f7944bacfa44089a36f (diff)
use monokai-tasty theme
Diffstat (limited to 'ui.vim')
-rw-r--r--ui.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui.vim b/ui.vim
index 5088190..9921065 100644
--- a/ui.vim
+++ b/ui.vim
@@ -13,7 +13,7 @@ set background=dark
"{{ Colorscheme settings
let s:candidate_theme = ['gruvbox8', 'srcery', 'badwolf', 'deus', 'happy_hacking', 'solarized8',
- \ 'monokai', 'gotham', 'vim_one', 'material', 'onedark']
+ \ 'monokai_tasty', 'gotham', 'vim_one', 'material', 'onedark']
let s:idx = utils#RandInt(0, len(s:candidate_theme)-1)
let s:theme = s:candidate_theme[s:idx]
@@ -72,10 +72,10 @@ function! s:my_theme_dict.solarized8() dict abort
colorscheme solarized8_high
endfunction
-function! s:my_theme_dict.monokai() dict abort
- if !utils#HasColorscheme('monokai') | return | endif
-
- colorscheme monokai
+function! s:my_theme_dict.monokai_tasty() dict abort
+ if !utils#HasColorscheme('vim-monokai-tasty') | return | endif
+ let g:vim_monokai_tasty_italic = 1
+ colorscheme vim-monokai-tasty
endfunction
function! s:my_theme_dict.gotham() dict abort