From d97b9b71aee63641441b8695b4a2508616a6452b Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 6 Feb 2020 13:23:52 +0300 Subject: [PATCH] vim: PaperColor's bg --- etc/soft/nvim/colors/PaperColor.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/soft/nvim/colors/PaperColor.vim b/etc/soft/nvim/colors/PaperColor.vim index 00a0f9c..32a51d2 100644 --- a/etc/soft/nvim/colors/PaperColor.vim +++ b/etc/soft/nvim/colors/PaperColor.vim @@ -351,8 +351,7 @@ else " LIGHT VARIANT " Basics: let s:foreground = ['#444444', '238'] - " let s:background = ['#F5F5F5', '255'] - let s:background = ['#D9D9D9', 'none'] + let s:background = ['#F5F5F5', '255'] let s:selection = ['#d0d0d0', '252'] let s:nontext = ['#dfafff', '189'] let s:window = ['#e4e4e4', '254']