summaryrefslogtreecommitdiff
path: root/themes/onedark.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-26 01:39:35 -0400
committerChris <[email protected]>2020-04-26 01:39:35 -0400
commitb2cb147f7ac5c110638fcc280174d83aed95908f (patch)
tree9f298cf319c094eeb9a0d46f18df142b0e8cd2ad /themes/onedark.vim
parentf9540fcf4d08215ff679a760c3658a1edd0b75bd (diff)
added airline
Diffstat (limited to 'themes/onedark.vim')
-rw-r--r--themes/onedark.vim2
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