Skip to content

Commit

Permalink
style(monokai-sublime-apex): update theme subscopes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach authored Nov 6, 2023
1 parent 95cec5f commit 837b79f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/styles/monokai-sublime-apex.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* monokai-sublime-apex.css */

pre code.hljs {
display: block;
overflow-x: auto;
Expand Down Expand Up @@ -44,7 +46,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
font-style: italic;
}
.hljs-bullet,
.hljs-meta .hljs-string,

.hljs-selector-id,
.hljs-template-variable {
color: #e6db74;
Expand Down Expand Up @@ -77,7 +79,6 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
color: #ae81ff;
text-decoration: underline;
}
.hljs-meta .hljs-keyword,
.hljs-params .hljs-variable {
color: #fd971f;
}
Expand All @@ -93,6 +94,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
color: #ae81ff;
font-style: normal;
}
.hljs-meta .hljs-keyword,
.hljs-params,
.hljs-property,
.hljs-punctuation,
Expand All @@ -102,6 +104,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
.hljs-variable {
color: #f8f8f2;
}
.hljs-meta .hljs-string,
.hljs-string {
color: #e6db74;
font-style: normal;
Expand Down Expand Up @@ -135,6 +138,7 @@ Monokai color scheme by Wimer Hazenberg 2006 https://monokai.nl/
color: #66d9ef;
font-style: italic;
}
.hljs-soql .hljs-params,
.hljs-soql .hljs-variable {
color: #f8f8f2;
font-style: normal;
Expand Down

0 comments on commit 837b79f

Please sign in to comment.