-
-
Notifications
You must be signed in to change notification settings - Fork 2k
feat: evergarden theme #18498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: evergarden theme #18498
Conversation
menu/menu_defines.h
Outdated
| RGUI_THEME_LAGOON, | ||
| RGUI_THEME_BROGRAMMER, | ||
| RGUI_THEME_DRACULA, | ||
| RGUI_THEME_EVERGARDEN, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inserting new ones in between these will break existing configs that use themes after it.
menu/menu_defines.h
Outdated
| OZONE_COLOR_THEME_HACKING_THE_KERNEL, | ||
| OZONE_COLOR_THEME_TWILIGHT_ZONE, | ||
| OZONE_COLOR_THEME_DRACULA, | ||
| OZONE_COLOR_THEME_EVERGARDEN, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
|
Please don't mimic any alphabetical stuff with these things this way, as mentioned in the review. Pretty much too late to do anything else for readability other than create new config values as strings for all of these that save only the enum integer.. |
|
sorry, thnx for the note. I guess alphabetical ordering wasn't the best choice there. |
0eddf04 to
061ec3e
Compare
sorry that makes sense. i followed the changes in #12420 and that didnt have any screenshots so i forgot. heres a screenshot with the selection working properly and background opacity set to |
|
Beautiful color choice! I really like it :) |



Description
hi i added the evergarden theme for ozone and rgui.
its a really nice darkgreen colorscheme!
everything seems to work alright for me but if there is any issues ill be quick to respond.
Related Issues
i added the theme after every instance of dracula to try to mimic some sense of alphabetical order in the code.
Related Pull Requests
#12268
#12420
libretro/retroarch-assets#493
Reviewers