Add two new themes (#266)

Adds "Bold Blue" and Black/OLED themes

Also tweaks Orange & Green a bit to make the borders stronger and
backgrounds darker/less colored

Related to #91
This commit is contained in:
damontecres 2025-11-21 15:18:43 -05:00 committed by GitHub
parent 6d338bde59
commit 4bd202e013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 428 additions and 8 deletions

View file

@ -92,6 +92,8 @@ enum AppThemeColors {
BLUE = 1;
GREEN = 2;
ORANGE = 3;
BOLD_BLUE = 4;
OLED_BLACK = 5;
}
enum EdgeStyle{