diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-06 13:55:41 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-06 13:55:41 +0800 |
| commit | c0f59bde8d94899e5a826131d4cc946e4a649909 (patch) | |
| tree | 96657e4bad9eb589877c26e899ea98be5cd81174 /core | |
| parent | fefc56d1e224c8825f4bd54f1853865af665f3d0 (diff) | |
update theme doom-one settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/ui.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ui.vim b/core/ui.vim index 123e794..63a3128 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -65,10 +65,6 @@ endfunction function! s:my_theme_dict.doom_one() dict abort packadd! doom-one.nvim - - let g:doom_one_terminal_color = v:true - let g:doom_one_italic_comments = v:true - let g:doom_one_cursor_coloring = v:true colorscheme doom-one endfunction |
