mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
docs: use light syntax highlightning theme #174
This commit is contained in:
parent
0b67c7fb0d
commit
00025afdee
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ themesdir = "../.."
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = "base16-snazzy" # choose a color theme or create your own
|
style = "tango" # choose a color theme or create your own
|
||||||
guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore
|
guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
--MAIN-LINK-HOVER-color: #0044ff; /* Color of hovered links */
|
--MAIN-LINK-HOVER-color: #0044ff; /* Color of hovered links */
|
||||||
--MAIN-ANCHOR-color: #486ac9; /* color of anchors on titles */
|
--MAIN-ANCHOR-color: #486ac9; /* color of anchors on titles */
|
||||||
|
|
||||||
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
|
--MAIN-CODE-color: #000000; /* fallback color for code text */
|
||||||
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */
|
--MAIN-CODE-BG-color: #f8f8f8; /* fallback color for code background */
|
||||||
|
|
||||||
--MENU-HOME-LINK-color: #323232; /* Color of the home button text */
|
--MENU-HOME-LINK-color: #323232; /* Color of the home button text */
|
||||||
--MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */
|
--MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */
|
||||||
|
|
Loading…
Reference in a new issue