Changed colour of bar

This commit is contained in:
jacob.eva 2023-03-08 13:41:39 +00:00
parent 4d88266b46
commit 26c90ab7dc
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ constexpr int paddingY = 3;
constexpr const char* font = "Monospace 15";
constexpr ColorScheme colorInactive = {Color(0xbb, 0xbb, 0xbb), Color(0x22, 0x22, 0x22)};
constexpr ColorScheme colorActive = {Color(0xee, 0xee, 0xee), Color(0xf3, 0x0b, 0x0b)};
constexpr ColorScheme colorActive = {Color(0xee, 0xee, 0xee), Color(0xbf, 0x40, 0x40)};
constexpr const char* termcmd[] = {"foot", nullptr};
constexpr Button buttons[] = {