taskshell icon indicating copy to clipboard operation
taskshell copied to clipboard

Make colors customizable or at least readable

Open mnowotnik opened this issue 6 years ago • 0 comments

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.

mnowotnik avatar Aug 06 '19 18:08 mnowotnik