MartinF99 / PlastikStyle

GNU Lesser General Public License v2.1
15 stars 3 forks source link

Make Compatible with dark colour schemes and palettes #4

Open MartinF99 opened 1 year ago

MartinF99 commented 1 year ago

Currently Plastikstyle uses lots of fixed .darker() and .lighter() calls for highlights borders and so on, Either we can make an inverted Plastik-dark for dark colourschemes or replace these calls with something better.

hazel-bunny commented 7 months ago

Plastik-dark would be better if hardcoded colors aren't used, as it will retain most of the original plastik code

MartinF99 commented 7 months ago

the issue is that Plastik typically calls color.lighter(val) and color.darker(val). which kinda hardcodes the gradient lightness (which works well for light themes but badly for dark themes)