aboutsummaryrefslogtreecommitdiff
path: root/src/utils/consts.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop supporting using ansi bold for brightening colors, support ansi backgroundGravatar jesopo2018-11-141-1/+4
| | | | colors
* Use extended ANSI colors to avoid using bold to make colors lighterGravatar jesopo2018-11-141-8/+8
|
* 'ANSI_RESET' -> 'ANSI_BOLD_RESET' typo, 'ansi_bold' -> 'color_bold'Gravatar jesopo2018-11-141-4/+4
| | | | | clarification, fix issue in color tokenizing that caused bolds to be put in the wrong place
* Bold reset is 22, not 21Gravatar jesopo2018-11-131-1/+1
|
* Apparently '39' is 'font reset' for ansi colorsGravatar jesopo2018-11-131-1/+1
|
* Visual tweak; align "="s in utils.constsGravatar jesopo2018-11-131-25/+25
|
* Better constifying of COLORsGravatar jesopo2018-11-131-17/+31
|
* Better constifying of color/font charsGravatar jesopo2018-11-131-0/+32
|
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-0/+2
references.