diff options
author | Chris <[email protected]> | 2020-09-04 16:15:26 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-04 16:15:26 -0400 |
commit | 787f9404cb3b359f433d9b1ca201dce39590a103 (patch) | |
tree | 2149d6594849a5cfe525176ab3509c7e005800bd /themes | |
parent | 58e714dbd87c0e3b59ceac2a9dad2529f79b6b19 (diff) |
new colorscheme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/onedark.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/onedark.vim b/themes/onedark.vim index 3a08f4a9..3dfabb16 100644 --- a/themes/onedark.vim +++ b/themes/onedark.vim @@ -10,12 +10,12 @@ "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 -let g:onedark_termcolors=256 +let g:nvcode_hide_endofbuffer=1 +let g:nvcode_terminal_italics=1 +let g:nvcode_termcolors=256 syntax on -colorscheme onedark +colorscheme nvcode " checks if your terminal has 24-bit color support |