added ashen theme
This commit is contained in:
parent
19a10a35bc
commit
c4505502e8
3 changed files with 19 additions and 4 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue