fix eg color

This commit is contained in:
2026-06-26 08:23:10 -04:00
parent f1d67cfe5f
commit eb33b783f2

View File

@@ -16,7 +16,7 @@
warn: color.rgb("#a52a2a"),
tip: color.rgb("#228b22"),
todo: color.rgb("#ff0000"),
eg: auto,
eg: color.rgb("#333333"),
).at(kind)
block(
fill: if (col != auto) {col.transparentize(85%)} else {auto},