From 50a08a2d0ca79df748f06364f570c33ac353a54d Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Sun, 8 May 2022 14:48:25 +0200 Subject: [PATCH] changed default background color --- settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.go b/settings.go index 7d96822..8b46360 100644 --- a/settings.go +++ b/settings.go @@ -10,7 +10,7 @@ type Settings struct { } var DefaultSettings = &Settings{ - Background: "#333", + Background: "#2b2a33", IconMargin: "0.5em", IconPadding: "1em", IconWidth: "10em",