zenburn: fix cpp highlighting
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
b1f616a3d4
commit
e98a3193cd
@ -65,11 +65,17 @@ based on dark.css by Ivan Sagalaev
|
|||||||
|
|
||||||
.hljs-addition,
|
.hljs-addition,
|
||||||
.hljs-comment,
|
.hljs-comment,
|
||||||
.hljs-quote,
|
.hljs-quote {
|
||||||
.hljs-meta {
|
|
||||||
color: #7f9f7f;
|
color: #7f9f7f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hljs-meta-keyword {
|
||||||
|
color: #93b9ee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hljs-meta {
|
||||||
|
color: #8cd0d3;
|
||||||
|
}
|
||||||
|
|
||||||
.hljs-emphasis {
|
.hljs-emphasis {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
Loading…
Reference in New Issue
Block a user