Skip to content

Commit 837b79f

Browse files
authored
style(monokai-sublime-apex): update theme subscopes (#27)
1 parent 95cec5f commit 837b79f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles/monokai-sublime-apex.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* monokai-sublime-apex.css */
2+
13
pre code.hljs {
24
display: block;
35
overflow-x: auto;
@@ -44,7 +46,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
4446
font-style: italic;
4547
}
4648
.hljs-bullet,
47-
.hljs-meta .hljs-string,
49+
4850
.hljs-selector-id,
4951
.hljs-template-variable {
5052
color: #e6db74;
@@ -77,7 +79,6 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
7779
color: #ae81ff;
7880
text-decoration: underline;
7981
}
80-
.hljs-meta .hljs-keyword,
8182
.hljs-params .hljs-variable {
8283
color: #fd971f;
8384
}
@@ -93,6 +94,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
9394
color: #ae81ff;
9495
font-style: normal;
9596
}
97+
.hljs-meta .hljs-keyword,
9698
.hljs-params,
9799
.hljs-property,
98100
.hljs-punctuation,
@@ -102,6 +104,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
102104
.hljs-variable {
103105
color: #f8f8f2;
104106
}
107+
.hljs-meta .hljs-string,
105108
.hljs-string {
106109
color: #e6db74;
107110
font-style: normal;
@@ -135,6 +138,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
135138
color: #66d9ef;
136139
font-style: italic;
137140
}
141+
.hljs-soql .hljs-params,
138142
.hljs-soql .hljs-variable {
139143
color: #f8f8f2;
140144
font-style: normal;

0 commit comments

Comments
 (0)