diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index b4f47ecc..9301bb44 100644 --- a/include/common.h +++ b/include/common.h @@ -244,9 +244,11 @@ /* ----------------------------------------------------- */ /* Grayout Levels */ /* ----------------------------------------------------- */ +#define GRAYOUT_COLORBOLD (-2) #define GRAYOUT_BOLD (-1) #define GRAYOUT_DARK (0) #define GRAYOUT_NORM (1) +#define GRAYOUT_COLORNORM (+2) /* ----------------------------------------------------- */ /* Macros */ |