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

@@ -10,10 +10,10 @@ A homebrew menu for the Nintendo Switch.
| | |
:-------------------------:|:-------------------------:
![Img](assets/screenshots/2024121522512100-879193CD6A8B96CD00931A628B1187CB.jpg) | ![Img](assets/screenshots/2024121522514300-879193CD6A8B96CD00931A628B1187CB.jpg)
![Img](assets/screenshots/2024121522513300-879193CD6A8B96CD00931A628B1187CB.jpg) | ![Img](assets/screenshots/2024121523084100-879193CD6A8B96CD00931A628B1187CB.jpg)
![Img](assets/screenshots/2024121522505300-879193CD6A8B96CD00931A628B1187CB.jpg) | ![Img](assets/screenshots/2024121522502300-879193CD6A8B96CD00931A628B1187CB.jpg)
![Img](assets/screenshots/2024121523033200-879193CD6A8B96CD00931A628B1187CB.jpg) | ![Img](assets/screenshots/2024121523070300-879193CD6A8B96CD00931A628B1187CB.jpg)
![Img](assets/screenshots/homebrew.jpg) | ![Img](assets/screenshots/games.jpg)
![Img](assets/screenshots/appstore.jpg) | ![Img](assets/screenshots/appstore_page.jpg)
![Img](assets/screenshots/file_browser.jpg) | ![Img](assets/screenshots/launch_options.jpg)
![Img](assets/screenshots/themezer.jpg) | ![Img](assets/screenshots/web.jpg)
## Bug reports

View File

@@ -0,0 +1,30 @@
[meta]
name=Default
author=ninstar
version=1.0.0
inherit=romfs:/themes/base_black_theme.ini
[theme]
background = 0x111f28
grid = 0x122430
popup = 0x143144
error = 0xfa3a5d
line = 0x335e77
line_separator = 0x163951
text = 0xfbfbfb
text_info = 0xbed0d6
text_selected = 0x32ffcf
selected_background = 0x143144
sidebar = 0x071013ef
scrollbar = 0x32ffcf
scrollbar_background = ; hide the background
progressbar = 0x32ffcf
progressbar_background = 0x0B1519
highlight_1 = 0x69ff8f
highlight_2 = 0x5cbeff

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
assets/screenshots/web.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

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{};