Add default theme and update screenshots (#160)

* Create sphaira_theme.ini

* Tweak colors and add default

* Add updated screenshots
This commit is contained in:
Ny'hrarr
2025-05-31 13:36:54 -03:00
committed by GitHub
parent 0e885ff2d5
commit ec93dd5a7d
11 changed files with 35 additions and 5 deletions

View File

@@ -193,7 +193,7 @@ public:
static constexpr inline auto CONFIG_PATH = "/config/sphaira/config.ini";
static constexpr inline auto PLAYLOG_PATH = "/config/sphaira/playlog.ini";
static constexpr inline auto INI_SECTION = "config";
static constexpr inline auto DEFAULT_THEME_PATH = "romfs:/themes/abyss_theme.ini";
static constexpr inline auto DEFAULT_THEME_PATH = "romfs:/themes/default_theme.ini";
fs::FsPath m_app_path;
u64 m_start_timestamp{};