klaudiosinani / taskbook

Tasks, boards & notes for the command-line habitat
MIT License
8.94k stars 382 forks source link

Feature Request: Allow for color customization #23

Open mattconzen opened 6 years ago

mattconzen commented 6 years ago

Is your feature request related to a problem? Please describe. It is extremely difficult to read Taskbook's output with my terminal colors

Describe the solution you'd like Because terminal styling is highly irregular, allowing users to configure the color hexes in the ~/.taskbook.json would be the ideal solution.

Additional context

image

This is on iTerm 2 Build 3.2.20180723-nightly in ZSH, with theme "af-magic"

charpeni commented 6 years ago

That would be useful, because it's unusable with zsh and agnoster theme.

duynguyenhoang commented 6 years ago

I have created PR at https://github.com/klauscfhq/taskbook/pull/34

anirath commented 4 years ago

I have created PR at #34

This feature request for color customization includes your request for customizing grey text, as well as the ability to customize all colors. So, it seems like the best solution would be to ignore your previous request in favor of implementing this one.

anirath commented 4 years ago

Is your feature request related to a problem? Please describe. It is extremely difficult to read Taskbook's output with my terminal colors

Describe the solution you'd like Because terminal styling is highly irregular, allowing users to configure the color hexes in the ~/.taskbook.json would be the ideal solution.

Additional context

image

This is on iTerm 2 Build 3.2.20180723-nightly in ZSH, with theme "af-magic"

I would definitely love to see this feature implemented! Considering the irregularity of terminal styling, as you also mentioned, the ability to customize the colors would not only a great bonus feature for configuration, but also a potentially necessary feature for some users. Here's to hoping this request is considered!!!