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']