termcolors: prepare for more features, like changing bg, fg and bold colors

This commit is contained in:
Von Random 2019-04-09 15:00:22 +03:00
parent c11c250a5e
commit d0ff7713dc

View file

@ -9,6 +9,9 @@ import yaml
CONFNAME = '.termcolors.yaml'
ESCAPES = {
'colorspec': '{};rgb:{}/{}/{}',
# 'fgspec': '10;rgb:{}/{}/{}',
# 'bdspec': '706;rgb:{}/{}/{}',
# 'bgspec': '11;rgb:{}/{}/{}',
'default': '\033]4;{}\033\\',
'screen': '\033P\033]4;{}\007\033\\',