From cc0adb1b174fd1cf535814053b578d5b080b9c0e Mon Sep 17 00:00:00 2001 From: chewingbever Date: Fri, 30 Oct 2020 10:56:11 +0100 Subject: [PATCH] Added transparent background --- init/settings.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init/settings.vim b/init/settings.vim index a32a5cd..42a6a2d 100644 --- a/init/settings.vim +++ b/init/settings.vim @@ -3,7 +3,9 @@ " Without this, some colorschemes (including mine) don't work properly. set termguicolors " Set colorscheme -colorscheme tokyonight +colorscheme flattened_dark +hi Normal guibg=NONE ctermbg=NONE +hi LineNr ctermfg=NONE ctermbg=NONE " Line numbers " I use the combination of absolute and relative line numbers. On the