docs: mention chroma themes CSS --MAIN-CODE colors #174

This commit is contained in:
Sören Weber 2022-02-08 21:34:35 +01:00
parent 198c2d1a00
commit f32eb1af93
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
5 changed files with 5 additions and 0 deletions

View file

@ -101,6 +101,7 @@ First, create a new CSS file in your local `static/css` folder prefixed by `them
--MAIN-LINK-HOVER-color: #167ad0; /* Color of hovered links */
--MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */
/* adjusted to monokai chroma style */
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */

View file

@ -5,6 +5,7 @@
--MAIN-LINK-HOVER-color: #167ad0; /* Color of hovered links */
--MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */
/* adjusted to monokai chroma style */
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */

View file

@ -5,6 +5,7 @@
--MAIN-LINK-HOVER-color: #3f6d2c; /* Color of hovered links */
--MAIN-ANCHOR-color: #599a3e; /* color of anchors on titles */
/* adjusted to monokai chroma style */
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */

View file

@ -5,6 +5,7 @@
--MAIN-LINK-HOVER-color: #d01616; /* Color of hovered links */
--MAIN-ANCHOR-color: #f31c1c; /* color of anchors on titles */
/* adjusted to monokai chroma style */
--MAIN-CODE-color: #e2e4e5; /* fallback color for code text */
--MAIN-CODE-BG-color: #282a36; /* fallback color for code background */

View file

@ -5,6 +5,7 @@
--MAIN-LINK-HOVER-color: #0044ff; /* Color of hovered links */
--MAIN-ANCHOR-color: #486ac9; /* color of anchors on titles */
/* adjusted to tango chroma style */
--MAIN-CODE-color: #000000; /* fallback color for code text */
--MAIN-CODE-BG-color: #f8f8f8; /* fallback color for code background */