Skip to content

Commit

Permalink
fix(themes): Highlight .token.null
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Feb 13, 2019
1 parent 4362e42 commit 7e14442
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pre[class*="language-"]:after {
.token.property,
.token.tag,
.token.boolean,
.token.null,
.token.number,
.token.function-name,
.token.constant,
Expand Down
1 change: 1 addition & 0 deletions themes/prism-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ pre[class*="language-"] {
.token.property,
.token.tag,
.token.boolean,
.token.null,
.token.number,
.token.constant,
.token.symbol {
Expand Down
1 change: 1 addition & 0 deletions themes/prism-funky.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ code[class*="language-"] {
.token.tag,
.token.boolean,
.token.number,
.token.null,
.token.constant,
.token.symbol {
color: #0cf;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-okaidia.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pre[class*="language-"] {
}

.token.boolean,
.token.null,
.token.number {
color: #ae81ff;
}
Expand Down
1 change: 1 addition & 0 deletions themes/prism-solarizedlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pre[class*="language-"] {
.token.property,
.token.tag,
.token.boolean,
.token.null,
.token.number,
.token.constant,
.token.symbol,
Expand Down
1 change: 1 addition & 0 deletions themes/prism-tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pre[class*="language-"] {
}

.token.boolean,
.token.null,
.token.number,
.token.function {
color: #f08d49;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-twilight.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ code[class*="language-"]::selection, code[class*="language-"] ::selection {

.token.tag,
.token.boolean,
.token.null,
.token.number,
.token.deleted {
color: hsl(14, 58%, 55%); /* #CF6A4C */
Expand Down
1 change: 1 addition & 0 deletions themes/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pre[class*="language-"] {
.token.property,
.token.tag,
.token.boolean,
.token.null,
.token.number,
.token.constant,
.token.symbol,
Expand Down

0 comments on commit 7e14442

Please sign in to comment.