diff --git a/src/config.def.hpp b/src/config.def.hpp index 40a8c95..84212d5 100644 --- a/src/config.def.hpp +++ b/src/config.def.hpp @@ -10,16 +10,15 @@ constexpr int paddingX = 10; constexpr int paddingY = 3; // See https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html -constexpr const char* font = "Sans 12"; +constexpr const char* font = "Terminus 12"; -constexpr ColorScheme colorInactive = {Color(0xbb, 0xbb, 0xbb), Color(0x22, 0x22, 0x22)}; -constexpr ColorScheme colorActive = {Color(0xee, 0xee, 0xee), Color(0x00, 0x55, 0x77)}; +constexpr ColorScheme colorInactive = {Color(0x8c, 0xa6, 0x8c), Color(0x13, 0x15, 0x13)}; +constexpr ColorScheme colorActive = {Color(0xf0, 0xff, 0xf0), Color(0x68, 0x7d, 0x68)}; constexpr const char* termcmd[] = {"foot", nullptr}; static std::vector tagNames = { - "1", "2", "3", - "4", "5", "6", - "7", "8", "9", + "", "", "", + "", "", "", }; constexpr Button buttons[] = {