Skip to content

Add user-defined highight to tags #40

@riodelphino

Description

@riodelphino

Is your feature request related to a problem? Please describe.
Currently all the tags are displayed as same color.
Although it keeps consistent UI, the visibility is lower.

Describe the solution you'd like
Add user-defined highight to tags, via config.toml

[tags.highlight]
private = [ fg = "#EEEEEE", bg = "#0000FF" , bold = true ]
work = [ fg="#CCCCCC" ]
diy = [ bg = "#999900" ]
test = [ bg = "red" ]  # terminal's red color
test2 = [ bg = "warn" ]  # `warn` is defined by each kairo theme

or

[tags.highlight]
private = "fg=#EEEEEE,bg=#0000FF,bold"
work = "fg=#CCCCCC"
diy = "bg=#999900"
test = "bg=red"  # terminal's red color
test2 = "bg=warn"  # `warn` is defined by each kairo theme

These colors might disturb UI, but It depends on the user's taste and sense.
The visibility would be higher.

Additionally, it would be better it accepts colors like

  • warn
  • bad
  • good
  • fg
  • bg
  • and so on

(These colors are defined in each kairo theme.)

Describe alternatives you've considered

Additional context

Metadata

Metadata

Labels

backendanything related to core logiccool afcool feature, must be added 100%enhancementNew feature or requestfrontendanything related to ui/uxhelp wantedExtra attention is neededimportantvery urgent, must be done asap

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions