commit 98baf69
hovercats
·
2026-03-01 11:10:05 +0000 UTC
parent 6dcf4a9
hevel: set borders to 3
2 files changed,
+7,
-7
+6,
-6
1@@ -1,12 +1,12 @@
2 #ifndef CONFIG_H
3 #define CONFIG_H
4 static const uint32_t background_color = 0xff777777;
5-static const uint32_t outer_border_color_inactive = 0xffffffea;
6-static const uint32_t inner_border_color_inactive = 0xffddbd8c;
7-static const uint32_t outer_border_color_active = 0xffffffea;
8-static const uint32_t inner_border_color_active = 0xffc99043;
9-static const uint32_t outer_border_width = 4;
10-static const uint32_t inner_border_width = 4;
11+static const uint32_t outer_border_color_inactive = 0xffddbd8c;
12+static const uint32_t inner_border_color_inactive = 0xffffffea;
13+static const uint32_t outer_border_color_active = 0xffc99043;
14+static const uint32_t inner_border_color_active = 0xffffffea;
15+static const uint32_t outer_border_width = 3;
16+static const uint32_t inner_border_width = 3;
17 static const uint32_t select_box_color = 0xffffffff;
18 static const uint32_t select_box_border = 2;
19 static const char *const cursor_theme = "nein";
+1,
-1
1@@ -1 +1 @@
2-f5f689c r0
3+f5f689c r1