summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2019-04-09 15:00:22 +0300
committerVon Random <von@vdrandom.org>2019-04-09 15:00:22 +0300
commitd0ff7713dca981eff272e43aad909ff8400f81b2 (patch)
treef0149cb96a869c17b4939b586cbf953a06510c13
parentc11c250a5ef812738540ca1befc3a52d49060de1 (diff)
termcolors: prepare for more features, like changing bg, fg and bold colors
-rwxr-xr-xtermcolors3
1 files changed, 3 insertions, 0 deletions
diff --git a/termcolors b/termcolors
index 42400ac..d68516a 100755
--- a/termcolors
+++ b/termcolors
@@ -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\\',