Skip to content

Commit

Permalink
Add .token.class-name to rest of themes (#1360)
Browse files Browse the repository at this point in the history
* Add .token.class-name to rest of themes

* Update prism-okaidia.css

* Update prism-solarizedlight.css
  • Loading branch information
paladox authored and Golmote committed Jun 5, 2018
1 parent 1595770 commit f356dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion themes/prism-okaidia.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ pre[class*="language-"] {

.token.atrule,
.token.attr-value,
.token.function {
.token.function,
.token.class-name {
color: #e6db74;
}

Expand Down
5 changes: 3 additions & 2 deletions themes/prism-solarizedlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ pre[class*="language-"] {
color: #859900; /* green */
}

.token.function {
.token.function,
.token.class-name {
color: #b58900; /* yellow */
}

Expand All @@ -145,4 +146,4 @@ pre[class*="language-"] {

.token.entity {
cursor: help;
}
}

0 comments on commit f356dfe

Please sign in to comment.