style: config
This commit is contained in:
parent
41992ddf86
commit
69722bae48
2 changed files with 5 additions and 4 deletions
|
|
@ -10,11 +10,12 @@ 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 = "Sans 12";
|
||||
|
||||
constexpr ColorScheme colorInactive = {Color(0xbb, 0xbb, 0xbb), Color(0x22, 0x22, 0x22)};
|
||||
constexpr ColorScheme colorActive = {Color(0xee, 0xee, 0xee), Color(0x00, 0x55, 0x77)};
|
||||
constexpr const char *termcmd[] = {"foot", nullptr};
|
||||
constexpr const char* termcmd[] = {"foot", nullptr};
|
||||
|
||||
static std::vector<std::string> tagNames = {
|
||||
"1", "2", "3",
|
||||
"4", "5", "6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue