Closed imjoshin closed 2 years ago
This pull request introduces 1 alert when merging 6f7666c3b5098d8455a7b45e477d3871a27545dc into cadaf940a108563383d1152b8289145a722693d9 - view on LGTM.com
new alerts:
Hey @dsrkafuu ! Any thoughts on this and subsequent PR #28 ?
Thank you 😄
I'll get these merge conflicts wrapped up soon. If you have any questions feel free to let me know!
Closed in favor of #31
This PR adds the ability for theme developers to add CSS colors that are customizable by the user.
By adding any amount of "colors" to the theme:
User's will be able to modify the colors added in the "General" tab.
These variables are accessible in theme scss files by using the variable
--color-theme-X
, whereX
is the key name in the colors object.These UI changes are only visible for themes that have custom colors.