diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-19 12:11:00 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-19 12:11:00 -0500 |
commit | 3d86329abd754319a36459f8eb3e4bce6efffe1e (patch) | |
tree | 56f4e4ee82677221160c9e71f9efead0263ea852 /colors.h | |
parent | 84698e927b5324c8379897c1cbfd1667648a8af1 (diff) |
show directories in a different color in open menu
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"}, |