Allow configuration of colors

- Replaced raw escapes with colorama
- Added colors key to config
- Add checks for validity of color values
This commit is contained in:
Aaron Lichtman 2019-11-06 01:05:06 +01:00
parent 75a8249f38
commit 01db72b9dc
No known key found for this signature in database
GPG key ID: 22368077DE9F9903
5 changed files with 44 additions and 28 deletions

View file

@ -8,7 +8,6 @@ from dateutil import parser as date_parser
from ansiwrap import strip_color
from collections import defaultdict
import os
import re
import json
import yaml
import keyring