aboutsummaryrefslogtreecommitdiffstats
path: root/util/colors
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'no description' readability in terminal with bright backgroundZdenek Crha2020-09-271-1/+2
| | | | | | | | | | | | | | | | | The rendering of color for 'No description provided' text is broken on bright terminals - it sets black background which together with default black forground color renders opaque rectangle. The GreyBold color alias is broken too - name suggests bold gray forground color, but actually sets bold default fg color with black bacground. First make color alias consistent. Rename it to BlackBold and have it set bold black fg color (same as similar *Bold aliases). Second, update all places which use it to render text to also use white background to prevent it from disappering in terminals with black background color.
* termui: display an explicit placeholder for empty messagesMichael Muré2018-12-231-0/+1
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-0/+22