mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
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:
parent
6d338bde59
commit
4bd202e013
8 changed files with 428 additions and 8 deletions
|
|
@ -92,6 +92,8 @@ enum AppThemeColors {
|
|||
BLUE = 1;
|
||||
GREEN = 2;
|
||||
ORANGE = 3;
|
||||
BOLD_BLUE = 4;
|
||||
OLED_BLACK = 5;
|
||||
}
|
||||
|
||||
enum EdgeStyle{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue