mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: change chroma theme as it looks weird for certain markers #99
This commit is contained in:
parent
714b790f0e
commit
a96e6b93f8
2 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@ relativeURLs = true
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = "monokai"
|
style = "base16-snazzy" # choose a color theme or create your own
|
||||||
guessSyntax = true
|
guessSyntax = true # avoid unstyled code if no language was given
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe= true
|
unsafe= true
|
||||||
|
|
|
@ -56,6 +56,6 @@ You can choose a color theme from the [list of supported themes](https://xyproto
|
||||||
````toml
|
````toml
|
||||||
[markup]
|
[markup]
|
||||||
[markup.highlight]
|
[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
|
guessSyntax = true # avoid unstyled code if no language was given
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in a new issue