From 2c457b3276b1bc072da4abbcfd61377684c57834 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sat, 22 Aug 2020 17:10:36 +0200 Subject: [PATCH] Put theme below enabling 256 colors --- .config/vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 901cc53..675c7c1 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -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)