Add constants for common accent colors
Add constants for common accent colors so programmers can easily choose a nice accent color, like this:
.root {
accent_color: JMETRO_NAVY_BLUE;
}
(This would be defined in a new style sheet added after applying JMetro)
Windows has a list of pre defined accent colors that one can choose from. If you right click the desktop background - select Personalize - select Colors.
@MairwunNx this could be a nice issue for you to try to do a PR?
@dukke Hi! Good Issue! I try it make tomorrow or the day after, okay? Because i need stop my other project, and i start work for your library 😁
Nice 👍 Thanks Pavel
Anyway do it when you can, no worries
Thanks @dukke :), i try it realize ^_^, if i done work i do PR to your repo! 👍
@dukke hi again! One question, needed switching accent color in "online" mode?
Hi Pavel!
Online mode?
@dukke Hi! Online mode = Changing theme colors in runned application :)
Basically just have the windows known accent colors defined as css variables. just that.
Like:
.root {
JMETRO_NAVY_BLUE; #000033; // This color value is made up. Just an example.
}
I implemented all this in, please check, I hope everything is fine. #35