Skip to content

Conversation

@b13n1u
Copy link

@b13n1u b13n1u commented Dec 5, 2025

This PR adds a simple option to allow defined tags have custom colors. The tags and their colors can be defined in the config file as described in the documentation. Also a simple example here:

Example:

tag_colors:
  "@high": red
  "@medium": yellow
  "@low": green
  "#urgent": magenta
  "#work": blue
  "#personal": cyan

This would for example show the @high tag in red. I have added a test case for this feature, poe test is happy.

Checklist:

  • I have read the contributing doc.
  • I have included a link to the relevant issue number.
  • I have checked to ensure there aren't other open pull requests
    for the same issue.
  • I have written new tests for these changes, as needed. (Not needed for this change)

@b13n1u b13n1u changed the title Add an option to have tags in custom colors defined in the config file. Feature- Add an option to have tags in custom colors defined in the config file. Dec 5, 2025
@b13n1u b13n1u changed the title Feature- Add an option to have tags in custom colors defined in the config file. Feature - Add an option to have tags in custom colors defined in the config file. Dec 5, 2025
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.

1 participant