Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2025

Bumps winaccent from 2.0.1 to 2.1.0.

Release notes

Sourced from winaccent's releases.

Version 2.1.0

New features

  • Added 2 flags: get_accent_from_dwm and dark_mode_window
  • Now you can retrieve the active/inactive titlebar text color from the titlebar_active_text and titlebar_inactive_text variables.
  • Now you can retrieve the actual active/inactive titlebar color regardless if the "Show accent color on title bars and window borders" setting is enabled or not.
  • Now you can retrieve the inactive window border color using window_border_inactive. For retrieving the active window border color, use window_border_active. window_border will be deprecated starting with version 3.0.0.
  • Now you can retrieve the start menu and taskbar color using start_menu and taskbar (you can also check if they are colored or not using is_start_menu_colored and is_taskbar_colored booleans).

Read the documentation to learn more about the new features.

Improvements

  • Redesigned the GUI demo to look better and cleaner.
  • New documentation website (you can visit it here).

[!NOTE] To update, run the following command:

pip install --upgrade --nocache winaccent
Commits
  • e468539 Update readme
  • 679aaaf Prepare docs for releasing 2.1.0
  • d8b0445 Some more docs improvements
  • f47becd Some more docs website improvements
  • 13dd034 Add new Playground section to the docs
  • 57195fc Fix typo in titlebar text color variable names in changelog
  • 228e191 Fix Windows 11 build number check when retrieving the taskbar and Start menu...
  • e8a4613 Other documentation website fixes
  • 0b94c47 Another tooltip fix
  • 01d7847 Fix tooltip
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [winaccent](https://github.com/Valer100/winaccent) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/Valer100/winaccent/releases)
- [Commits](Valer100/winaccent@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: winaccent
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant