mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 22:32:02 +08:00
docs: change chroma theme as it looks weird for certain markers #99
This commit is contained in:
parent
714b790f0e
commit
a96e6b93f8
@ -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…
x
Reference in New Issue
Block a user