menu focus
[taskasaur.git] / headers / render.h
index 4232f92..ac094aa 100644 (file)
@@ -6,7 +6,9 @@
 
 enum TaskasaurColors {
     TS_SELECTED = 1,
-    TS_NONSELECTED
+    TS_NONSELECTED,
+    TS_MENU_SELECTED,
+    TS_MENU_NONSELECTED,
 };
 
 /* the ts is used to not conflict with builtin names */