Browse Source

COLORS

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3016/head
crueter 1 month ago
parent
commit
be13aca59a
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 10
      src/qt_common/config/uisettings.h
  2. 4
      src/qt_common/externals/cpmfile.json

10
src/qt_common/config/uisettings.h

@ -158,12 +158,18 @@ struct Values {
#ifdef YUZU_QT_QML
// TODO: native-like style default
Setting<Settings::Theme> carboxyl_theme{linkage, Settings::Theme::System , "carboxyl_theme", Category::UiLayout};
Setting<Settings::Theme> carboxyl_theme{linkage,
Settings::Theme::Dark,
"carboxyl_theme",
Category::UiLayout};
Setting<Settings::Style> carboxyl_style{linkage,
Settings::Style::Helios,
"carboxyl_style",
Category::UiLayout};
Setting<Settings::Accent> carboxyl_accent{linkage, Settings::Accent::System , "carboxyl_accent", Category::UiLayout};
Setting<Settings::Accent> carboxyl_accent{linkage,
Settings::Accent::Pink,
"carboxyl_accent",
Category::UiLayout};
#endif
// Discord RPC

4
src/qt_common/externals/cpmfile.json

@ -19,8 +19,8 @@
"package": "Carboxyl",
"repo": "crueter/Carboxyl",
"git_host": "git.crueter.xyz",
"sha": "cb73477b37",
"hash": "da0fd04f111e1c94d16bf57a3bbc29d5a3f1a8255c55eed0160e487acc827f190e6abcd1e38258d127493c0919b3685de24735866bb6d7820cafa6ed80b4f393",
"sha": "bc8c00a56e",
"hash": "dc80bcdbf3f3b6ba924eb2c5b20cda081a5d724e13d8337a386c2214d4d5d2e654c3255d6d3821b467aed18360bdc68f5cf85ba4a3ed38fd90c07e4c514517c5",
"bundled": "true",
"options": [
"CARBOXYL_DEMO OFF"

Loading…
Cancel
Save