docs: use light syntax highlightning theme #174

This commit is contained in:
Sören Weber 2022-02-08 19:55:09 +01:00
parent 0b67c7fb0d
commit 00025afdee
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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 */