summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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