Make trackbar color configurable

Use `main.trackbar` in themes.
This commit is contained in:
Michael Vetter
2020-02-21 19:11:36 +01:00
parent eb2fbdba2e
commit 6dbbbe11e5
4 changed files with 9 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ typedef enum {
THEME_MAGENTA_BOLD,
THEME_TEXT_HISTORY,
THEME_CMD_WINS_UNREAD,
THEME_TRACKBAR,
} theme_item_t;
void theme_init(const char *const theme_name);