docs: change chroma theme as it looks weird for certain markers #99

This commit is contained in:
Sören Weber 2021-09-23 22:13:37 +02:00
parent 714b790f0e
commit a96e6b93f8
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 4 additions and 4 deletions

View file

@ -26,8 +26,8 @@ relativeURLs = true
[markup]
[markup.highlight]
style = "monokai"
guessSyntax = true
style = "base16-snazzy" # choose a color theme or create your own
guessSyntax = true # avoid unstyled code if no language was given
[markup.goldmark.renderer]
unsafe= true

View file

@ -56,6 +56,6 @@ You can choose a color theme from the [list of supported themes](https://xyproto
````toml
[markup]
[markup.highlight]
style = "monokai" # choose a color theme or create your own
style = "base16-snazzy" # choose a color theme or create your own
guessSyntax = true # avoid unstyled code if no language was given
````