We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbbcfa commit e38309fCopy full SHA for e38309f
_sass/colors/light-syntax.scss
@@ -68,16 +68,15 @@
68
69
/* --- custom light colors --- */
70
--highlight-bg-color: #f7f7f7;
71
- --highlighter-rouge-color: #2f2f2f;
+ --highlighter-rouge-color: #3f596f;
72
--highlight-lineno-color: #c2c6cc;
73
- --inline-code-bg: #f3f3f3;
+ --inline-code-bg: #f6f6f7;
74
--code-header-text-color: #a3a3b1;
75
--code-header-muted-color: #ebebeb;
76
--code-header-icon-color: #d1d1d1;
77
--clipboard-checked-color: #43c743;
78
79
[class^='prompt-'] {
80
--inline-code-bg: #fbfafa;
81
- --highlighter-rouge-color: rgb(82, 82, 82);
82
}
83
} /* light-syntax */
0 commit comments