@@ -325,6 +325,7 @@ if (-not $NoStream) {
325
325
326
326
if (-not $NoColorName ) {
327
327
@"
328
+ /* colors */
328
329
.black , .Black , .ANSI0 { color: var(--black) }
329
330
.red , .Red , .ANSI1 { color: var(--red) }
330
331
.green , .Green , .ANSI2 { color: var(--green) }
@@ -351,6 +352,7 @@ if (-not $NoColorName) {
351
352
352
353
if (-not $NoBackgroundColor ) {
353
354
@"
355
+ /* background colors */
354
356
.black-background, .BlackBackground, .ANSI0-Background, .ansi0-background { background-color: var(--black) }
355
357
.red-background, .RedBackground, .ANSI1-Background, .ansi1-background { background-color: var(--red) }
356
358
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
@@ -372,6 +374,7 @@ if (-not $NoBackgroundColor) {
372
374
373
375
if (-not $NoFill ) {
374
376
@"
377
+ /* fills */
375
378
.black-fill , .BlackFill , .ANSI0-Fill, .ansi0-fill { fill: var(--black) }
376
379
.red-fill , .RedFill , .ANSI1-Fill, .ansi1-fill { fill: var(--red) }
377
380
.green-fill , .GreenFill , .ANSI2-Fill, .ansi2-fill { fill: var(--green) }
@@ -395,6 +398,7 @@ if (-not $NoFill) {
395
398
396
399
if (-not $NoStroke ) {
397
400
@"
401
+ /* strokes */
398
402
.black-stroke , .BlackStroke , .ANSI0-Stroke, .ansi0-stroke { stroke: var(--black) }
399
403
.red-stroke , .RedStroke , .ANSI1-Stroke, .ansi1-stroke { stroke: var(--red) }
400
404
.green-stroke , .GreenStroke , .ANSI2-Stroke, .ansi2-stroke { stroke: var(--green) }
@@ -418,6 +422,7 @@ if (-not $NoStroke) {
418
422
419
423
if (-not $NoStyle ) {
420
424
@"
425
+ /* psStyles */
421
426
.dim, .Dim { opacity: .5; }
422
427
.hidden, .Hidden { opacity: 0; }
423
428
b, bold, .bold, .Bold { font-weight: bold; }
0 commit comments