Use kronuz theme for syntax highlighting
This commit is contained in:
parent
0482cbe6b6
commit
c67dc35515
@ -13,6 +13,7 @@ taxonomies = [
|
|||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
|
highlight_theme = "kronuz"
|
||||||
smart_punctuation = true
|
smart_punctuation = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
|
@ -175,8 +175,8 @@ main {
|
|||||||
code { font-size: 14px }
|
code { font-size: 14px }
|
||||||
li>code { word-wrap: break-word }
|
li>code { word-wrap: break-word }
|
||||||
p>code {
|
p>code {
|
||||||
background-color: #2b303b;
|
background-color: #383838;
|
||||||
color: #c0c5ce;
|
color: #e6e1dc;
|
||||||
padding: .2em .5em;
|
padding: .2em .5em;
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user