|
22 | 22 | --name: 'zenwritten_light'; |
23 | 23 | --Luma: 0.933333333333333; |
24 | 24 | --Contrast: 0.725490196078431; |
| 25 | + --PaletteName: zenwritten_light; |
| 26 | + --PaletteFileName: zenwritten-light; |
25 | 27 | --IsBright: 0; |
26 | 28 | --IsDark: 1; |
27 | 29 | } |
28 | 30 |
|
29 | 31 | .colorSchemeName::before, .ColorSchemeName::before { content: 'zenwritten_light'; } |
| 32 | +.paletteName::before, .paletteName::before { content: 'zenwritten_light'; } |
30 | 33 | .colorSchemeFileName::before, .ColorSchemeFileName::before { content: 'zenwritten-light.css'; } |
| 34 | +.paletteFileName::before, .paletteFileName::before { content: 'zenwritten-light.css'; } |
31 | 35 |
|
32 | 36 | .foreground, .Foreground { color: var(--foreground); } |
33 | 37 | .background, .Background { background-color: var(--background); } |
|
88 | 92 | .green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) } |
89 | 93 | .yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) } |
90 | 94 | .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) } |
92 | 96 | .cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) } |
93 | 97 | .white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) } |
94 | 98 | .brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) } |
|
115 | 119 | .brightyellow-fill , .bright-yellow-fill , .BrightYellowFill , .ANSI11-Fill, .ansi11-fill { fill: var(--brightYellow) } |
116 | 120 | .brightblue-fill , .bright-blue-fill , .BrightBlueFill , .ANSI12-Fill, .ansi12-fill { fill: var(--brightBlue) } |
117 | 121 | .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) } |
119 | 123 | .brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) } |
120 | 124 | .brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) } |
121 | 125 | /* strokes */ |
|
0 commit comments