We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f336eb commit 5588153Copy full SHA for 5588153
scripts/compile.js
@@ -335,7 +335,7 @@ function compilerForMWeb4({ filePath }) {
335
// t.editor.selectionColor // 编辑器选择的文字的背景颜色
336
t.editor.currentLineBgColor = adjust(
337
getColor("$body-bg-color"),
338
- isDark ? 10 : -10
+ isDark ? 20 : -10
339
).slice(1); // 编辑器当前行的背景颜色
340
let headColor = getColor("$head-color", getColor("$font-color")); // 标题 1~6
341
t.h1.color = headColor;
0 commit comments