summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-19 12:11:00 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-19 12:11:00 -0500
commit3d86329abd754319a36459f8eb3e4bce6efffe1e (patch)
tree56f4e4ee82677221160c9e71f9efead0263ea852 /colors.h
parent84698e927b5324c8379897c1cbfd1667648a8af1 (diff)
show directories in a different color in open menu
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/colors.h b/colors.h
index b09fcc1..96b26a4 100644
--- a/colors.h
+++ b/colors.h
@@ -6,6 +6,8 @@ ENUM_U16 {
COLOR_CURSOR_LINE_BG,
COLOR_BORDER,
COLOR_TEXT,
+ COLOR_TEXT_FOLDER,
+ COLOR_TEXT_OTHER,
COLOR_SELECTION_BG,
COLOR_MENU_BACKDROP,
COLOR_MENU_BG,
@@ -26,6 +28,8 @@ static ColorName const color_names[COLOR_COUNT] = {
{COLOR_CURSOR_LINE_BG, "cursor-line-bg"},
{COLOR_BORDER, "border"},
{COLOR_TEXT, "text"},
+ {COLOR_TEXT_FOLDER, "text-folder"},
+ {COLOR_TEXT_OTHER, "text-other"},
{COLOR_SELECTION_BG, "selection-bg"},
{COLOR_MENU_BACKDROP, "menu-backdrop"},
{COLOR_MENU_BG, "menu-bg"},