diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-31 16:25:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-31 16:25:55 +0100 |
| commit | 66a80011ceaadbbc2a835b60c68f60415eaeed96 (patch) | |
| tree | c1b725be256d4a5ee59bb6d7486fbcc5514d0ad1 /src/config.h | |
| parent | a5e8a8b3c99fe69ae181dcaeac8ae687d061a7b5 (diff) | |
work
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 3bfb3c3..51b6563 100644 --- a/src/config.h +++ b/src/config.h @@ -16,5 +16,7 @@ #define MAX_STATUS_TEXT_LENGTH 120 #define MAX_TERM_NAME_LENGTH 100 +#define UNSAVED_CHANGES_COLOR rgb(255, 102, 102) +#define MISSING_TRANSLATION_COLOR rgb(255, 179, 102) #endif
\ No newline at end of file |
