Added 2 Green Themes#102
Conversation
I manually added 2 Green Themes: - DisIsGreen (Adjusted copy of Discorange) - DarkGreen (All Discord colors shifted to the green) Bugfixes in "themeify.min.css": - In Cyborg part, a lot of colors had "\9 " at the end - Added a few "box-shadow" for Compatability
|
Thanks for contributing! Please don't update or push the Currently using less as it is now we are getting quite a chunky filesize on the generated css. So we should try to use https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties or something when only changing colors between themes. I will look more into this, but I'm currently not too keen on adding a lot of different themes that just change the basic colors. Should be an easier way to do this. I will check how much this adds to the css-bundle though, but I will look into using css-variables. |
|
Thanks for your response. I actually never worked with .less files, or yarn. Also wasn't looking to install and learn it today. In that case, I think the .less files are pretty much the same, and will generate a green version of the discorange theme. Custom properties would be a great option indeed, with just a couple of default colors to change from the settings menu. The customization menu is a great feature by the way! |
Should now more closely match my manually added CSS
Added Warning and Success button classes
I manually added 2 Green Themes:
Small bugfixes in "themeify.min.css":