summaryrefslogtreecommitdiffstats
path: root/src/tk/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/style.h')
-rw-r--r--src/tk/style.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tk/style.h b/src/tk/style.h
index 16b4e25..be4c2bb 100644
--- a/src/tk/style.h
+++ b/src/tk/style.h
@@ -24,6 +24,10 @@
#define MFTK_COLOR_FORM_G 0xDF
#define MFTK_COLOR_FORM_B 0xDF
#define MFTK_COLOR_FORM_A 0xDF
+#define MFTK_COLOR_FBDR_R 0x00 /* Form border color */
+#define MFTK_COLOR_FBDR_G 0x00
+#define MFTK_COLOR_FBDR_B 0x00
+#define MFTK_COLOR_FBDR_A 0xFF
#define MFTK_COLOR_FORE_R 0x00 /* Text color */
#define MFTK_COLOR_FORE_G 0x00
#define MFTK_COLOR_FORE_B 0x00