GothenburgBitFactory / GothenburgBitFactory/taskshell
Make colors customizable or at least readable
Open
- Dominant language
- Python
- Stars
- 96
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Currently color values are hardcoded. To make matter worse the used colors
make assumptions about user terminal colors. Resulting text can be unreadable.
Suggestion: Don't use terminal color values at all, that is `color1` to `color15`, but prefer only well behaved color values from 256 color palette (`gray1`, .. etc). Alternatively, make it possible to customize colors by setting options in `.taskrc`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.