Skip to content

chore: remove unused color constants#18

Closed
qlrd wants to merge 1 commit into
developfrom
fix/unused-colors
Closed

chore: remove unused color constants#18
qlrd wants to merge 1 commit into
developfrom
fix/unused-colors

Conversation

@qlrd

@qlrd qlrd commented Jul 10, 2026

Copy link
Copy Markdown
Owner

What is this PR for?

This commit removes two constants on src/krux/themes.py once the vulture tool found with a 60% of confidence their possibility to be a dead code.

Fix selfcustody#900

Changes made to:

  • Code
  • Tests
  • Docs
  • CHANGELOG

Did you build the code and tested on device?

  • Yes, build and tested on

What is the purpose of this pull request?

  • Bug fix
  • New feature
  • Docs update
  • Other: remove dead code

This commit removes two constants on `src/krux/themes.py` once the
`vulture` tool found with a 60% of confidence their possibility to be a
dead code.

Fix selfcustody#900

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes two unused color constants from src/krux/themes.py, aligning the theme/color definitions with actual usage in the codebase (per the dead-code signal from vulture) and reducing clutter in the shared theme module.

Changes:

  • Removed the unused LIGHTGREY constant.
  • Removed the unused PURPLE constant.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@qlrd qlrd closed this Jul 10, 2026
@qlrd qlrd deleted the fix/unused-colors branch July 10, 2026 15:56
@qlrd qlrd restored the fix/unused-colors branch July 10, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants