summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 8bd8e960..fad90e49 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -51,6 +51,8 @@ void rofi_set_return_code ( int code );
#define color_italic "\033[2m"
/** Set terminal foreground text green */
#define color_green "\033[0;32m"
+/** Set terminal foreground text red */
+#define color_red "\033[0;31m"
/** Appends instructions on how to report an error. */
#define ERROR_MSG( a ) a "\n" \