changed default background color

This commit is contained in:
Timon Ringwald 2022-05-08 14:48:25 +02:00
parent 7629353601
commit 50a08a2d0c

View File

@ -10,7 +10,7 @@ type Settings struct {
}
var DefaultSettings = &Settings{
Background: "#333",
Background: "#2b2a33",
IconMargin: "0.5em",
IconPadding: "1em",
IconWidth: "10em",