aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2023-02-26 19:15:45 +0100
committerMax Christian Pohle2023-02-26 19:15:45 +0100
commitc0f915ed8c808c73195c90fdae62c19fc97a8d29 (patch)
treec7109bc28408de6f073bc157a61c3d58c74e080a
parent811187fedac2596dbe0c690ed8bec48a76a19968 (diff)
downloadvim-c0f915ed8c808c73195c90fdae62c19fc97a8d29.tar.bz2
vim-c0f915ed8c808c73195c90fdae62c19fc97a8d29.zip
Reset background to dark
-rw-r--r--plugin/max-fix-colorschemes.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim
index 9f55fdf..9d0c034 100644
--- a/plugin/max-fix-colorschemes.vim
+++ b/plugin/max-fix-colorschemes.vim
@@ -58,5 +58,5 @@ let g:PaperColor_Theme_Options = {
58 \ } 58 \ }
59 \ } 59 \ }
60 60
61 61set background=dark
62colorscheme PaperColor 62colorscheme PaperColor
..