From 017d48701da71460031be27af98c6484f867d3cb Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 5 Mar 2021 15:25:40 +0100 Subject: [PATCH] Light background --- colors/peachwhite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/peachwhite.vim b/colors/peachwhite.vim index 4ce2856..953540a 100644 --- a/colors/peachwhite.vim +++ b/colors/peachwhite.vim @@ -10,7 +10,7 @@ " Note: Only GUI colors differ from default, on terminal it's just `light'. " First remove all existing highlighting. -set background=dark +set background=light hi clear if exists("syntax_on") syntax reset