black panels

This commit is contained in:
nayan
2025-07-05 10:46:30 -04:00
parent e2f3b76666
commit 46f634ed63
+1 -1
View File
@@ -33,7 +33,7 @@ ICON_SIZE = 80
# Colors
SIDEBAR_COLOR = rl.BLACK
PANEL_COLOR = rl.Color(41, 41, 41, 255)
PANEL_COLOR = rl.BLACK
CLOSE_BTN_COLOR = rl.Color(41, 41, 41, 255)
CLOSE_BTN_PRESSED = rl.Color(59, 59, 59, 255)
TEXT_NORMAL = rl.Color(128, 128, 128, 255)