Skip to content

Commit

Permalink
Updated Coldark Themes - Minor color change (#109)
Browse files Browse the repository at this point in the history
With some ports, some errors in the terminal were not readable. By
changing the red color, readability is improved. This update is not
unique to Prism and should not change the visual. All Coldark ports are
updated to use the correct colors.

See ArmandPhilippot/coldark-vscode#1
  • Loading branch information
ArmandPhilippot authored Nov 22, 2020
1 parent e12fcfc commit c24ddff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/prism-coldark-cold.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pre[class*="language-"] {

.token.deleted,
.token.important {
color: #c70100;
color: #c22f2e;
}

.token.keyword-this,
Expand Down Expand Up @@ -297,7 +297,7 @@ pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
*/
pre.diff-highlight > code .token.deleted:not(.prefix),
pre > code.diff-highlight .token.deleted:not(.prefix) {
background-color: #c701001f;
background-color: #c22f2e1f;
}

pre.diff-highlight > code .token.inserted:not(.prefix),
Expand Down
4 changes: 2 additions & 2 deletions themes/prism-coldark-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pre[class*="language-"] {

.token.deleted,
.token.important {
color: #f57a73;
color: #cd6660;
}

.token.keyword-this,
Expand Down Expand Up @@ -297,7 +297,7 @@ pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
*/
pre.diff-highlight > code .token.deleted:not(.prefix),
pre > code.diff-highlight .token.deleted:not(.prefix) {
background-color: #f57a731f;
background-color: #cd66601f;
}

pre.diff-highlight > code .token.inserted:not(.prefix),
Expand Down

0 comments on commit c24ddff

Please sign in to comment.