mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

Adjust dark skin colors #575

Open mgarin opened 4 years ago

mgarin commented 4 years ago

Right now default DarkSkin uses a quite random palette of colors that are by far not the best. It might be worth adjusting them to some of the more popular color schemes.

Probably it is worth going for Material Dark Theme colors: https://material.io/design/color/dark-theme.html https://blog.prototypr.io/how-to-design-a-dark-theme-for-your-android-app-3daeb264637 https://stackoverflow.com/questions/36915508/what-are-the-material-design-dark-theme-colors

Also it will be way easier to adjust all skin colors in just a few lines in the XML once #460 is implemented. This is when I plan to add more light and dark skin variations.