File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ /* monokai-sublime-apex.css */
2
+
1
3
pre code .hljs {
2
4
display : block;
3
5
overflow-x : auto;
@@ -44,7 +46,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
44
46
font-style : italic;
45
47
}
46
48
.hljs-bullet ,
47
- . hljs-meta . hljs-string ,
49
+
48
50
.hljs-selector-id ,
49
51
.hljs-template-variable {
50
52
color : # e6db74 ;
@@ -77,7 +79,6 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
77
79
color : # ae81ff ;
78
80
text-decoration : underline;
79
81
}
80
- .hljs-meta .hljs-keyword ,
81
82
.hljs-params .hljs-variable {
82
83
color : # fd971f ;
83
84
}
@@ -93,6 +94,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
93
94
color : # ae81ff ;
94
95
font-style : normal;
95
96
}
97
+ .hljs-meta .hljs-keyword ,
96
98
.hljs-params ,
97
99
.hljs-property ,
98
100
.hljs-punctuation ,
@@ -102,6 +104,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
102
104
.hljs-variable {
103
105
color : # f8f8f2 ;
104
106
}
107
+ .hljs-meta .hljs-string ,
105
108
.hljs-string {
106
109
color : # e6db74 ;
107
110
font-style : normal;
@@ -135,6 +138,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
135
138
color : # 66d9ef ;
136
139
font-style : italic;
137
140
}
141
+ .hljs-soql .hljs-params ,
138
142
.hljs-soql .hljs-variable {
139
143
color : # f8f8f2 ;
140
144
font-style : normal;
You can’t perform that action at this time.
0 commit comments