zenburn: fix cpp highlighting

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-01-02 16:32:51 +08:00
parent b1f616a3d4
commit e98a3193cd
1 changed files with 8 additions and 2 deletions

View File

@ -65,11 +65,17 @@ based on dark.css by Ivan Sagalaev
.hljs-addition,
.hljs-comment,
.hljs-quote,
.hljs-meta {
.hljs-quote {
color: #7f9f7f;
}
.hljs-meta-keyword {
color: #93b9ee;
}
.hljs-meta {
color: #8cd0d3;
}
.hljs-emphasis {
font-style: italic;