aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-17 01:49:15 +0800
committerjdhao <jdhao@hotmail.com>2021-07-17 01:49:15 +0800
commitd7ad230e014c4c3544b991b2e0a982f783fe6f8d (patch)
tree147064d2a33288b0107613f72082c381aadc6fd3 /core
parent155d9a1f9b4550a65e6a49db72bbb074e43b46c5 (diff)
change onedark theme to onedark.nvim
Diffstat (limited to 'core')
-rw-r--r--core/ui.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ui.vim b/core/ui.vim
index 331c94f..5322a9e 100644
--- a/core/ui.vim
+++ b/core/ui.vim
@@ -30,7 +30,6 @@ function! s:my_theme_dict.solarized8() dict abort
endfunction
function! s:my_theme_dict.onedark() dict abort
- let g:onedark_terminal_italics = 1
colorscheme onedark
endfunction