I'm not able to change the random colors
[ Bug report title ]
Bug description
[ Please describe your bug as detailed as possible here. ]
Your setup
-
Console firmware: [ e.g. 5.1.0, 6.2.0, 7.0.1 ]
-
CFW with version: [ e.g. Atmosphere 0.18.1 ]
-
Goldleaf version: [ e.g. 0.8, 0.9 (nightly) ]
-
Quark version: [ e.g. 0.4 ]
Bug reproduction
[ Describe as detailed as possible how to reproduce your bug, for others to be able to verify it. ]
Additional information
[ Please add some extra information or screenshots. ]
Hi guys, I edited the json file, pasting the one from the example and changing some colors, but every time I start the app I still get the random schemes. What am I doing wrong? Thanks. I'm using version 1.0.0 because I've some issues with the last one (my pads scroll the text way too fast).
Here's my settings.json (in the same directory of the app):
{ "general": { "language": "es", "external_romfs_path": "sdmc:/switch/Goldleaf/custom-romfs", "use_12h_time": true, "ignore_hidden_files": true, }, "ui": { "light_color_scheme": { "bg": "#ffffffff", "menu_base": "#d4d4d4ff", "menu_base_focus": "#9aa7c2ff", "text": "#333333ff", "version_text": "#333333ff", "scroll_bar": "#9aa7c2ff", "progress_bar": "#9aa7c2ff", "progress_bar_bg": "#ffffffff", "dialog_title": "#333333ff", "dialog_opt": "#333333ff", "dialog": "#333333ff", "dialog_over": "#333333ff" }, "dark_color_scheme": { "bg": "#ffffffff", "menu_base": "#d4d4d4ff", "menu_base_focus": "#9aa7c2ff", "text": "#333333ff", "version_text": "#333333ff", "scroll_bar": "#9aa7c2ff", "progress_bar": "#9aa7c2ff", "progress_bar_bg": "#ffffffff", "dialog_title": "#333333ff", "dialog_opt": "#333333ff", "dialog": "#333333ff", "dialog_over": "#333333ff" }, "menu_item_size": 80 }, "fs": { "compute_directory_sizes": false }, "installs": { "ignore_required_fw_version": false, "show_deletion_prompt_after_install": false, "copy_buffer_max_size": 10485760 }, "exports": { "decrypt_buffer_max_size": 10485760 }, "web": { "bookmarks": [ { "name": "Google", "url": "https://www.google.com" }, { "name": "GitHub", "url": "https://www.github.com" } ] } }
(sorry, I can't find the correct tag to format the code properly).
Last versions no longer default to random colors at all
Thank you @XorTroll XorTroll.
I downloaded it but I noticed there are some issues using the stick. If I move it up or down it scrolls really fast like 3-4 rows every time. In the previous version it worked perfectly. Is it a bug?
Thanks.