summaryrefslogtreecommitdiffstats
path: root/src/tk/style.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-01-27 18:46:46 (EST)
committer P. J. McDermott <pj@pehjota.net>2022-01-27 18:51:31 (EST)
commit92caa6344f71f3681ed255b56ecfa9294f497ab9 (patch)
tree04eb34658328afecbeb416d6c79e27003ae66164 /src/tk/style.h
parent8ba3e62614e61e47ca7f8d79cd8c93d547206f74 (diff)
downloadmazefight-92caa6344f71f3681ed255b56ecfa9294f497ab9.zip
mazefight-92caa6344f71f3681ed255b56ecfa9294f497ab9.tar.gz
mazefight-92caa6344f71f3681ed255b56ecfa9294f497ab9.tar.bz2
tk: Add border with focus indication to button
Diffstat (limited to 'src/tk/style.h')
-rw-r--r--src/tk/style.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tk/style.h b/src/tk/style.h
index 14a1ea4..a8ff76f 100644
--- a/src/tk/style.h
+++ b/src/tk/style.h
@@ -32,6 +32,14 @@
#define MFTK_COLOR_BACK_G 0xAF
#define MFTK_COLOR_BACK_B 0xAF
#define MFTK_COLOR_BACK_A 0xFF
+#define MFTK_COLOR_BDRN_R 0x00 /* Widget normal border color */
+#define MFTK_COLOR_BDRN_G 0x00
+#define MFTK_COLOR_BDRN_B 0x00
+#define MFTK_COLOR_BDRN_A 0xFF
+#define MFTK_COLOR_BDRF_R 0x00 /* Widget focus border color */
+#define MFTK_COLOR_BDRF_G 0x00
+#define MFTK_COLOR_BDRF_B 0xAF
+#define MFTK_COLOR_BDRF_A 0xFF
#define MFTK_COLOR_FORE_R 0x00 /* Text color */
#define MFTK_COLOR_FORE_G 0x00
#define MFTK_COLOR_FORE_B 0x00