summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 09:45:01 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 09:45:01 +0100
commit190760b05d943e065cad31a0b983ef7736551feb (patch)
treeaa3486120175a0e2e98d5cabe84ea56e60ca9f58 /src/include
parentc1da2426711a4a5e73a46f2cca923df2dc43579a (diff)
close #53, close #52
Diffstat (limited to 'src/include')
-rw-r--r--src/include/data.h2
-rw-r--r--src/include/ui/colors.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/data.h b/src/include/data.h
index 7073f60..cddce51 100644
--- a/src/include/data.h
+++ b/src/include/data.h
@@ -62,6 +62,8 @@ image* img_invest;
image* img_shadow;
image* img_handshake;
image* img_resume_action;
+image* img_entry;
+image* img_exit;
image* img_button_bottom;
image* img_button_top;
diff --git a/src/include/ui/colors.h b/src/include/ui/colors.h
index 20a36e8..1469e40 100644
--- a/src/include/ui/colors.h
+++ b/src/include/ui/colors.h
@@ -47,6 +47,9 @@
#define COLOR_SCHEDULE_TILE_SELECTED rgb(174,212,230)
#define COLOR_SCHEDULE_TILE_HIGHLIGHTED rgb(237,177,26)
+#define COLOR_SCHEDULE_TILE_EXIT rgb(242, 88, 68)
+#define COLOR_SCHEDULE_TILE_ENTRY rgb(88, 242, 68)
+
#define COLOR_SELECTOR_UNDERLINE rgb(180,180,180)
#define LEGENDA_HOVER_BACKGROUND_COLOR rgba(255,0,0,50)