Put theme below enabling 256 colors
This commit is contained in:
@@ -58,13 +58,13 @@ set undofile
|
|||||||
set updatetime=300
|
set updatetime=300
|
||||||
|
|
||||||
" Aesthetics ###################################################################
|
" Aesthetics ###################################################################
|
||||||
" use onedark as theme for syntax highlighting
|
|
||||||
syntax on
|
|
||||||
colorscheme onedark
|
|
||||||
" Use 24-bit (true-color) mode
|
" Use 24-bit (true-color) mode
|
||||||
if (has("termguicolors"))
|
if (has("termguicolors"))
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
" use onedark as theme for syntax highlighting
|
||||||
|
syntax on
|
||||||
|
colorscheme onedark
|
||||||
|
|
||||||
" get transparent background of the terminal back
|
" get transparent background of the terminal back
|
||||||
" (at least in nvim, i can't get it to work in vanilla)
|
" (at least in nvim, i can't get it to work in vanilla)
|
||||||
|
|||||||
Reference in New Issue
Block a user