-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.h
More file actions
22 lines (21 loc) · 835 Bytes
/
Copy paththeme.h
File metadata and controls
22 lines (21 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#define COLOR_TEXT (Clay_Color) {248, 248, 248, 255}
#define COLOR_BACKGROUND (Clay_Color) {18, 18, 19, 255}
#define COLOR_BORDER (Clay_Color) {58, 58, 60, 255}
#define COLOR_BORDER_ACTIVE (Clay_Color) {86, 87, 88, 255}
#define COLOR_CORRECT (Clay_Color) {83, 141, 78, 255}
#define COLOR_WRONG_SPOT (Clay_Color) {181, 159, 59, 255}
#define COLOR_BORDER_INVALID (Clay_Color) {231, 76, 60, 255}
#define COLOR_KEY_NOT_USED (Clay_Color) {129, 131, 132, 255}
#define COLOR_HARD_BACKGROUND (Clay_Color) {32, 3, 3, 255}
#define COLOR_BORDER_IMPOSSIBLE (Clay_Color) {255, 146, 46, 255}
#define GAP 5
#define GAP_OUTER 15
#define GRID_SIZE 62
#define BORDER_WIDTH 2
#define FONT_SIZE 48
#define FONT_SIZE_KEYBOARD 30
#define KEY_WIDTH 43
#define KEY_HEIGHT 58
#define KEY_CORNER_RADIUS 3
#define KEY_GAP_HORIZONTAL 6
#define KEY_GAP_VERTICAL 8