fix codeblock text color

master
A.C.Sukazyo Eyre 2023-01-29 10:59:22 +08:00
parent 30115b2774
commit 6728eb57a4
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<!-- <codeblock.bg-color>#ebf8ff</codeblock.bg-color>-->
<highlightjs.theme>base16/default-light</highlightjs.theme>
<codeblock.bg-color>#f8f8f8</codeblock.bg-color>
<codeblock.fg-color>#383838</codeblock.fg-color>
<codeblock.tab-size>4</codeblock.tab-size>
<regex.highlight>true</regex.highlight>
<listing.marker.rainbow>true</listing.marker.rainbow>