Skip to content

Commit

Permalink
improve monokai theme for attr & number (#4067)
Browse files Browse the repository at this point in the history
Co-authored-by: Wissle Guillaume <[email protected]>
  • Loading branch information
Yghore and Wissle Guillaume authored Jun 21, 2024
1 parent b9ae5fe commit f41067d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-number,
.hljs-name {
color: #f92672;
}
Expand All @@ -21,6 +22,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
}

.hljs-attribute,
.hljs-attr,
.hljs-symbol,
.hljs-regexp,
.hljs-link {
Expand Down

0 comments on commit f41067d

Please sign in to comment.