From 2cdfcc4cbc6f2118e8e1e2c2da962e24e616ceef Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 19 Dec 2016 10:28:45 +0100 Subject: Revert VT100 prefix --- scheme.tmpl | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/scheme.tmpl b/scheme.tmpl index 79918b3..c2fc17f 100644 --- a/scheme.tmpl +++ b/scheme.tmpl @@ -1,32 +1,32 @@ ! Color scheme {{.Name}} -*foreground: {{.Foreground}} -*background: {{.Background}} -*cursorColor: {{.Cursor}} +*VT100*foreground: {{.Foreground}} +*VT100*background: {{.Background}} +*VT100*cursorColor: {{.Cursor}} ! Black -*color0: {{.Ansi0}} -*color8: {{.Ansi8}} +*VT100*color0: {{.Ansi0}} +*VT100*color8: {{.Ansi8}} ! Red -*color1: {{.Ansi1}} -*color9: {{.Ansi9}} +*VT100*color1: {{.Ansi1}} +*VT100*color9: {{.Ansi9}} ! Green -*color2: {{.Ansi2}} -*color10: {{.Ansi10}} +*VT100*color2: {{.Ansi2}} +*VT100*color10: {{.Ansi10}} ! Yellow -*color3: {{.Ansi3}} -*color11: {{.Ansi11}} +*VT100*color3: {{.Ansi3}} +*VT100*color11: {{.Ansi11}} ! Blue -*color4: {{.Ansi4}} -*color12: {{.Ansi12}} +*VT100*color4: {{.Ansi4}} +*VT100*color12: {{.Ansi12}} ! Magenta -*color5: {{.Ansi5}} -*color13: {{.Ansi13}} +*VT100*color5: {{.Ansi5}} +*VT100*color13: {{.Ansi13}} ! Cyan -*color6: {{.Ansi6}} -*color14: {{.Ansi14}} +*VT100*color6: {{.Ansi6}} +*VT100*color14: {{.Ansi14}} ! White -*color7: {{.Ansi7}} -*color15: {{.Ansi15}} +*VT100*color7: {{.Ansi7}} +*VT100*color15: {{.Ansi15}} ! Bold -*colorBD: {{.Bold}} +*VT100*colorBD: {{.Bold}} !*colorIT: !*colorUL: -- cgit v1.2.3