Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Jun 10, 2024
1 parent 3c0a55c commit d7776c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/highlight/monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
overflow-x: auto;
padding: 0.5em;
background: #272822;
color: #ddd;
color: #eee;
}

.hljs-tag,
Expand All @@ -16,7 +16,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
.hljs-literal,
.hljs-strong,
.hljs-name {
color: #f92672;
color: #00f3ff;
}

.hljs-code {
Expand Down Expand Up @@ -56,7 +56,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
.hljs-quote,
.hljs-deletion,
.hljs-meta {
color: #75715e;
color: #9b9b9b;
}

.hljs-keyword,
Expand Down

0 comments on commit d7776c4

Please sign in to comment.