Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@Valer100 Valer100 released this 01 Sep 16:11
· 321 commits to main since this release

Breaking changes

accent_light was renamed to accent_dark and accent_dark to accent_light to reflect the lightness/darkness of the color. This means that after upgrading to 1.0.0 these colors will be inverted.

The easiest fix for this is to replace all occurences of accent_light with accent_light_mode and accent_dark with accent_dark_mode.

accent_light_mode and accent_dark_mode variables are named to reflect the theme (light/dark mode) and work the same way like accent_light and accent_dark variables from previous versions.

What's new

  • Added accent color shades. Read the documentation to learn more about them.
  • When running python -m winaccent in terminal a window with the current accent palette will be shown

Note

To update, run the following command:

pip install --upgrade winaccent