Skip to content

Commit

Permalink
Merge pull request #2448 from jackieh/enhance-syntax-highlighting
Browse files Browse the repository at this point in the history
Enhance syntax highlighting
  • Loading branch information
ehuss authored Oct 22, 2024
2 parents f480534 + d0dd16c commit 684bb78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-attr,
.hljs-tag,
.hljs-name,
.hljs-regexp,
Expand Down
2 changes: 2 additions & 0 deletions src/theme/tomorrow-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/* Tomorrow Red */
.hljs-variable,
.hljs-attribute,
.hljs-attr,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
Expand Down Expand Up @@ -54,6 +55,7 @@

/* Tomorrow Aqua */
.hljs-title,
.hljs-section,
.css .hljs-hexcolor {
color: #8abeb7;
}
Expand Down

0 comments on commit 684bb78

Please sign in to comment.