btw here's the css to do the dithered bg since it's not part of the library yet
.dither-bg {
background: repeating-linear-gradient(
to bottom,
transparent 0 1px,
var(--bit-color1) 1px 2px
)
fixed,
repeating-linear-gradient(
to right,
transparent 0 1px,
var(--bit-color1) 1px 2px
)
fixed,
var(--bit-color0);
}
syntax highlighting by codehost