Skip to content

Commit

Permalink
Switched to lighter syntax highlighting colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinidia committed Sep 25, 2023
1 parent aecbaa7 commit 1416c51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
}

.dark {
--shiki-color-text: #d1d1d1;
--shiki-color-text: #abb2bf;
--shiki-token-constant: #79b8ff;
--shiki-token-string: #ffab70;
--shiki-token-comment: #6b737c;
--shiki-token-keyword: #f97583;
--shiki-token-parameter: #ff9800;
--shiki-token-function: #b392f0;
--shiki-token-string-expression: #4bb74a;
--shiki-token-comment: #5c6370;
--shiki-token-keyword: #e06c75;
--shiki-token-parameter: #e6c07b;
--shiki-token-function: #c678dd;
--shiki-token-string-expression: #98c379;
--shiki-token-punctuation: #bbbbbb;
--shiki-token-link: #ffab70;
}
Expand Down

0 comments on commit 1416c51

Please sign in to comment.