1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-03 13:32:47 +00:00

refactor(ui): optimize the color scheme

This commit is contained in:
Cotes Chung
2023-09-05 00:34:35 +08:00
parent 229c2a2e2b
commit 414b8f97ce
4 changed files with 27 additions and 21 deletions

View File

@@ -5,9 +5,9 @@
@mixin dark-syntax {
--language-border-color: #2d2d2d;
--highlight-bg-color: #151515;
--highlighter-rouge-color: #ff6e4e;
--highlighter-rouge-color: #c9def1;
--highlight-lineno-color: #808080;
--inline-code-bg: #272822;
--inline-code-bg: #323238;
--code-color: #b0b0b0;
--code-header-text-color: #6a6a6a;
--code-header-muted-color: #353535;