Skip to content

Commit

Permalink
fix: updated prism colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 7, 2021
1 parent b3c0efe commit 7e860b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ html:not(.dark) {
--prism-deleted: #a14f55;
--prism-class: #88e5c3;
--prism-builtin: #ab5959;
--prism-property: #b58451;
--prism-property: #f8e4aa;
--prism-namespace: #b05a78;
--prism-punctuation: #fbfbfb;
--prism-decorator: #bd8f8f;
--prism-regex: #ab5e3f;
--prism-json-property: #698c96;
--prism-selector: #c3e5b8;
}

html.dark {
Expand All @@ -41,8 +42,8 @@ html.dark {
--prism-constant: #f8e4aa;
--prism-deleted: #a14f55;
--prism-class: #88e5c3;
--prism-builtin: #ab5959;
--prism-property: #b58451;
--prism-builtin: #88e5c3;
--prism-property: #f8e4aa;
--prism-namespace: #b05a78;
--prism-punctuation: #fbfbfb;
--prism-decorator: #bd8f8f;
Expand All @@ -52,6 +53,7 @@ html.dark {
--prism-line-number-gutter: #eeeeee;
--prism-line-highlight-background: #444444;
--prism-selection-background: #444444;
--prism-selector: #c3e5b8;
}

pre[class*='language-'] {
Expand Down

0 comments on commit 7e860b9

Please sign in to comment.