about summary refs log tree commit diff stats
path: root/src/config/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index 5f68dd0f..cdf6233a 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -135,6 +135,7 @@ typedef enum {
     THEME_BLACK_BOLD,
     THEME_MAGENTA,
     THEME_MAGENTA_BOLD,
+    THEME_TEXT_HISTORY,
 } theme_item_t;
 
 void theme_init(const char *const theme_name);