termcolors: prepare for more features, like changing bg, fg and bold colors
This commit is contained in:
parent
c11c250a5e
commit
d0ff7713dc
1 changed files with 3 additions and 0 deletions
|
@ -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\\',
|
||||
|
|
Loading…
Reference in a new issue