Put theme below enabling 256 colors

This commit is contained in:
2020-08-22 17:10:36 +02:00
parent ed6d6bc75e
commit 2c457b3276

View File

@@ -58,13 +58,13 @@ set undofile
set updatetime=300
" Aesthetics ###################################################################
" use onedark as theme for syntax highlighting
syntax on
colorscheme onedark
" Use 24-bit (true-color) mode
if (has("termguicolors"))
set termguicolors
endif
" use onedark as theme for syntax highlighting
syntax on
colorscheme onedark
" get transparent background of the terminal back
" (at least in nvim, i can't get it to work in vanilla)