We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0a05c commit 4d9cb8aCopy full SHA for 4d9cb8a
theme/monokai.css
@@ -14,6 +14,11 @@
14
.cm-s-monokai span.cm-atom { color: #ae81ff; }
15
.cm-s-monokai span.cm-number { color: #ae81ff; }
16
17
+.cm-s-monokai span.cm-comment.cm-attribute { color: #97b757; }
18
+.cm-s-monokai span.cm-comment.cm-def { color: #bc9262; }
19
+.cm-s-monokai span.cm-comment.cm-tag { color: #bc6283; }
20
+.cm-s-monokai span.cm-comment.cm-type { color: #5998a6; }
21
+
22
.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute { color: #a6e22e; }
23
.cm-s-monokai span.cm-keyword { color: #f92672; }
24
.cm-s-monokai span.cm-builtin { color: #66d9ef; }
0 commit comments