diff --git a/lib/css/zenburn.css b/lib/css/zenburn.css index 07be502..cd7b4f6 100644 --- a/lib/css/zenburn.css +++ b/lib/css/zenburn.css @@ -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;