wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit ee943cbdb703de7397a7fba92f747ea398918a44
parent b5f2c589e80fc48e2eea79d051d981ad304e288c
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Fri, 10 May 2024 15:37:52 -0400

colors-wal.vim: revert background color to old dark grey

Diffstat:
Mcolors-wal.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/colors-wal.vim b/colors-wal.vim @@ -1,6 +1,6 @@ " Special let wallpaper = "{wallpaper}" -let background = "{background}" +let background = "#1f1f1f" let foreground = "{foreground}" let cursor = "{cursor}"