jinghu-moon / typora-see-yue-theme

See Yue 系列主题是一个自定义样式极多、简约、充满细节的 Typora 主题。(The See Yue series theme is a Typora theme with a plethora of custom styles, minimalism, and full of details.)

Home Page:https://theme.typora.io/theme/see-yue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac代码块失去焦点后,默认还是会选中第一行

lllllmaster-lulllll opened this issue · comments

image
这种的需要如何修改

没看懂。请提供详细说明和复现步骤。

另外,如果你要在浅色主题下使用 midnight 代码主题的话,最好还是在 see-yue-pure.css 文件里面作如下修改:

/* 14.4 代码块【浅色】配色设置 */
@import "./SeeYue/CSS/code-block/light-theme.css";
/* 改成如下 */
@import "./SeeYue/CSS/code-block/dark-theme.css";

没看懂。请提供详细说明和复现步骤。

另外,如果你要在浅色主题下使用 midnight 代码主题的话,最好还是在 see-yue-pure.css 文件里面作如下修改:

/* 14.4 代码块【浅色】配色设置 */
@import "./SeeYue/CSS/code-block/light-theme.css";
/* 改成如下 */
@import "./SeeYue/CSS/code-block/dark-theme.css";

image

image 这种的需要如何修改

这个如果还是看不明白的话,可以加我个微信吗 15624985823
image

dark-theme.css 文件注释以下代码。

/*<!--activeline-->*/
/* .cm-s-inner .CodeMirror-activeline-background {
  background: #253540;
} */

此外你是在浅色主题下使用的 midnight,会导致代码块样式有点问题,你可以在 SeeYue\CSS\configs\pure-config.css 中,参考注释做些许调整。

可以了 感谢