chore: update default color scheme to neon theme and add window constraint logic

This commit is contained in:
2026-01-08 23:41:45 +00:00
parent daaef6fa17
commit 115c69f1bc
10 changed files with 179 additions and 60 deletions
+4 -4
View File
@@ -25,10 +25,10 @@
#define MAX_NOTIFICATIONS 32
#define MAX_KEYBINDINGS 64
#define DEFAULT_BORDER_WIDTH 2
#define DEFAULT_TITLE_HEIGHT 24
#define DEFAULT_PANEL_HEIGHT 28
#define DEFAULT_GAP 4
#define DEFAULT_BORDER_WIDTH 0
#define DEFAULT_TITLE_HEIGHT 28
#define DEFAULT_PANEL_HEIGHT 32
#define DEFAULT_GAP 0
typedef enum {
DWN_OK = 0,