Skip to content

Commit 2e09d3d

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Export-4BitCss Background Color Support ( Fixes #42 )
1 parent ec3cdb2 commit 2e09d3d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/zenwritten-dark/zenwritten-dark.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
.purple , .Purple { color: var(--purple) }
8080

8181
.brightpurple , .bright-purple , .BrightPurple { color: var(--brightPurple) }
82+
.black-background, .BlackBackground, .ANSI0-Background, .ansi0-background { background-color: var(--black) }
83+
.red-background, .RedBackground, .ANSI1-Background, .ansi1-background { background-color: var(--red) }
84+
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
85+
.yellow-background, .YellowBackground, .ANSI3-Background, .ansi3-background { background-color: var(--yellow) }
86+
.blue-background, .BlueBackground, .ANSI4-Background, .ansi4-background { background-color: var(--blue) }
87+
.magenta-background, .MagentaBackground, .ANSI5-Background, .ansi5-background { background-color: var(--purple) }
88+
.cyan-background, .CyanBackground, .ANSI6-Background, .ansi6-background { background-color: var(--cyan) }
89+
.white-background, .WhiteBackground, .ANSI7-Background, .ansi7-background { background-color: var(--white) }
90+
.brightblack-background, .bright-black-background, .BrightBlackBackground, .ANSI8-Background, .ansi8-background { background-color: var(--brightBlack) }
91+
.brightred-background, .bright-red-background, .BrightRedBackground, .ANSI9-Background, .ansi9-background { background-color: var(--brightRed) }
92+
.brightgreen-background, .bright-green-background, .BrightGreenBackground, .ANSI10-Background, .ansi10-background { background-color: var(--brightGreen) }
93+
.brightyellow-background, .bright-yellow-background, .BrightYellowBackground, .ANSI11-Background, .ansi11-background { background-color: var(--brightYellow) }
94+
.brightblue-background, .bright-blue-background, .BrightBlueBackground, .ANSI12-Background, .ansi12-background { background-color: var(--brightBlue) }
95+
.brightmagenta-background, .bright-magenta-background, .BrightMagentaBackground, .ANSI13-Background, .ansi13-background { background-color: var(--brightPurple) }
96+
.brightcyan-background, .bright-cyan-background, .BrightCyanBackground, .ANSI14-Background, .ansi14-background { background-color: var(--brightCyan) }
97+
.brightwhite-background, .bright-white-background, .BrightWhiteBackground, .ANSI15-Background, .ansi15-background { background-color: var(--brightWhite) }
8298
.black-fill , .BlackFill , .ANSI0-Fill, .ansi0-fill { fill: var(--black) }
8399
.red-fill , .RedFill , .ANSI1-Fill, .ansi1-fill { fill: var(--red) }
84100
.green-fill , .GreenFill , .ANSI2-Fill, .ansi2-fill { fill: var(--green) }

0 commit comments

Comments
 (0)