diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 09:45:01 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 09:45:01 +0100 |
| commit | 190760b05d943e065cad31a0b983ef7736551feb (patch) | |
| tree | aa3486120175a0e2e98d5cabe84ea56e60ca9f58 /src/include/ui/colors.h | |
| parent | c1da2426711a4a5e73a46f2cca923df2dc43579a (diff) | |
close #53, close #52
Diffstat (limited to 'src/include/ui/colors.h')
| -rw-r--r-- | src/include/ui/colors.h | 3 |
1 files changed, 3 insertions, 0 deletions
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)
|
