diff options
Diffstat (limited to 'themes/onedark.vim')
| -rw-r--r-- | themes/onedark.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/themes/onedark.vim b/themes/onedark.vim index 99ad7bb5..c1d8af56 100644 --- a/themes/onedark.vim +++ b/themes/onedark.vim @@ -7,6 +7,8 @@ if (has("autocmd") && !has("gui_running"))    augroup END  endif +"autocmd ColorScheme * call onedark#set_highlight("Normal", { "fg": s:white }) " `bg` will not be styled since there is no `bg` setting +  hi Comment cterm=italic  let g:onedark_hide_endofbuffer=1  let g:onedark_terminal_italics=1 | 
