Skip to content

Commit

Permalink
Highlight token class-name with colour #DD4A68 (#1350)
Browse files Browse the repository at this point in the history
Fixes #1346
  • Loading branch information
paladox authored and Golmote committed Mar 11, 2018
1 parent 3599e6a commit 8572474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ pre[class*="language-"] {
color: #07a;
}

.token.function {
.token.function,
.token.class-name {
color: #DD4A68;
}

Expand Down

0 comments on commit 8572474

Please sign in to comment.