summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-06 17:36:07 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-06 17:36:07 -0500
commit132dcb648981050990e34a44925e6b54d0dc008c (patch)
tree7a41a97308b1921c62d2f5afd12c7cf475f14247 /colors.h
parent9e055b2e25455fc4fa0376495ccc9335059f3131 (diff)
more open menu, border thickness setting, fixed small text clipping issue
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/colors.h b/colors.h
index c3b978d..d51d7e7 100644
--- a/colors.h
+++ b/colors.h
@@ -7,6 +7,7 @@ ENUM_U16 {
COLOR_BORDER,
COLOR_TEXT,
COLOR_SELECTION_BG,
+ COLOR_MENU_BACKDROP,
COLOR_MENU_BG,
COLOR_COUNT
@@ -25,6 +26,7 @@ static ColorName const color_names[COLOR_COUNT] = {
{COLOR_BORDER, "border"},
{COLOR_TEXT, "text"},
{COLOR_SELECTION_BG, "selection-bg"},
+ {COLOR_MENU_BACKDROP, "menu-backdrop"},
{COLOR_MENU_BG, "menu-bg"}
};