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

暗黑模式下引用中的代码块边缘看不清

hengxingstu opened this issue · comments

image
另外有一个小问题,C#的关键字init没有被高亮

SeeYue/CSS/custom/ 路径下 custom-pure.css 文件,添加以下代码:

blockquote pre {
  background-color: #111 !important;
}

后续版本会修复这个问题。

代码高亮问题

这与主题使用的代码配色和 Typora 自己使用的代码高亮语法有关。修改是比较麻烦的。可能你修改了这里,在别的编程语言里又出现了问题。

或许你可以考虑换个代码配色,看看有没有让你满意的。更换主题代码配色的步骤如下:

  1. 访问 CodeMirror: Theme Demo ,选择符合自己的主题。(以 nord 主题为例)
  2. 下载主题代码文件 https://codemirror.net/5/codemirror.zipcode-block 文件夹已下载)
  3. 打开 nord.css ,将代码内关键字 nord 替换为 inner
  4. 打开 SeeYue/CSS/code-block 下的 xxxx-theme.css 文件,复制nord.css替换后的内容,重启 Typora,即可。

感谢回答