added ashen theme

This commit is contained in:
Daniel Fichtinger 2025-06-25 02:31:12 -04:00
parent 19a10a35bc
commit c4505502e8
3 changed files with 19 additions and 4 deletions

View file

@ -91,7 +91,7 @@ class ZonaRenderer(HTMLRenderer):
except Exception:
lexer = TextLexer(stripall=False) # type: ignore
formatter = HtmlFormatter(style="monokai", nowrap=True, noclasses=True)
formatter = HtmlFormatter(style="ashen", nowrap=True, noclasses=True)
highlighted = highlight(code, lexer, formatter) # type: ignore
return (