Skip to content

Commit 98eaf71

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Export-4BitCss fixes ( Fixes #121, Fixes #122 )
Fixing purple problems and adding palettename
1 parent 6b2a171 commit 98eaf71

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/zenwritten-light/zenwritten-light.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
--name: 'zenwritten_light';
2323
--Luma: 0.933333333333333;
2424
--Contrast: 0.725490196078431;
25+
--PaletteName: zenwritten_light;
26+
--PaletteFileName: zenwritten-light;
2527
--IsBright: 0;
2628
--IsDark: 1;
2729
}
2830

2931
.colorSchemeName::before, .ColorSchemeName::before { content: 'zenwritten_light'; }
32+
.paletteName::before, .paletteName::before { content: 'zenwritten_light'; }
3033
.colorSchemeFileName::before, .ColorSchemeFileName::before { content: 'zenwritten-light.css'; }
34+
.paletteFileName::before, .paletteFileName::before { content: 'zenwritten-light.css'; }
3135

3236
.foreground, .Foreground { color: var(--foreground); }
3337
.background, .Background { background-color: var(--background); }
@@ -88,7 +92,7 @@
8892
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
8993
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
9094
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
91-
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
95+
.magenta-background, .MagentaBackground, .purple-background, .PurpleBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
9296
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
9397
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
9498
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
@@ -115,7 +119,7 @@
115119
.brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) }
116120
.brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) }
117121
.brightmagneta-fill , .bright-magneta-fill , .BrightMagnetaFill , .ANSI13-Fill, .ansi13-fill { fill: var(--brightPurple) }
118-
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
122+
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPurple) }
119123
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
120124
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
121125
/* strokes */

0 commit comments

Comments
 (0)