Add default theme and update screenshots (#160)
* Create sphaira_theme.ini * Tweak colors and add default * Add updated screenshots
@@ -10,10 +10,10 @@ A homebrew menu for the Nintendo Switch.
|
||||
|
||||
| | |
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
 | 
|
||||
|
||||
## Bug reports
|
||||
|
||||
|
||||
30
assets/romfs/themes/default_theme.ini
Normal 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
|
||||
BIN
assets/screenshots/appstore.jpg
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
assets/screenshots/appstore_page.jpg
Normal file
|
After Width: | Height: | Size: 235 KiB |
BIN
assets/screenshots/file_browser.jpg
Normal file
|
After Width: | Height: | Size: 131 KiB |
BIN
assets/screenshots/games.jpg
Normal file
|
After Width: | Height: | Size: 202 KiB |
BIN
assets/screenshots/homebrew.jpg
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
assets/screenshots/launch_options.jpg
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
assets/screenshots/themezer.jpg
Normal file
|
After Width: | Height: | Size: 246 KiB |
BIN
assets/screenshots/web.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
@@ -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{};
|
||||
|
||||