mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add a few color themes
This commit is contained in:
parent
bb517e0857
commit
165fd80c0e
13 changed files with 866 additions and 195 deletions
|
|
@ -29,10 +29,18 @@ enum ThemeSongVolume {
|
|||
HIGHEST = 5;
|
||||
}
|
||||
|
||||
enum AppThemeColors {
|
||||
PURPLE = 0;
|
||||
BLUE = 1;
|
||||
GREEN = 2;
|
||||
ORANGE = 3;
|
||||
}
|
||||
|
||||
message InterfacePreferences {
|
||||
ThemeSongVolume play_theme_songs = 1;
|
||||
bool remember_selected_tab = 2;
|
||||
map<string, int32> remembered_tabs = 3;
|
||||
AppThemeColors app_theme_colors = 4;
|
||||
}
|
||||
|
||||
message AppPreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue