commit 9183ee6c0d168ac0847ecfcd84f40830ae430b9c parent 3758f7e6919ad6fe5f4d47bbc69f199a18e44c06 Author: mrgrouse <bdmfegys@duck.com> Date: Thu, 9 May 2024 22:59:54 -0400 colors-wal.vim: revert vim background Diffstat:
| M | colors-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 = "#1d1d1d" +let background = "{background}" let foreground = "{foreground}" let cursor = "{cursor}"