Implement -@, -@0 and -@1 options to colorize reminders.

This commit is contained in:
Dianne Skoll
2020-01-25 11:12:10 -05:00
parent fc9fd1e53c
commit c05fd366df
6 changed files with 63 additions and 9 deletions
+4
View File
@@ -227,3 +227,7 @@ typedef struct {
/* Pure JSON */
#define PSCAL_LEVEL3 3
#define TERMINAL_BACKGROUND_UNKNOWN 0
#define TERMINAL_BACKGROUND_DARK 1
#define TERMINAL_BACKGROUND_LIGHT 2