2022-01-07 21:25:06 +08:00

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 参考信息
参考教程:[主题和样式](https://vnotex.github.io/vnote/zh_cn/#!docs/用户/主题和样式.md)
同时参考群友Nriver的GitHub教程[vnote-solarized-theme](https://github.com/Nriver/vnote-solarized-theme#自定义主题)
(本文档见主题根目录```readme.md```文件 )
## 主题相关
本主题参考vscode 深色Visual Studio主题
工具vscode
插件Color Highlight颜色显示
颜色提取Faststone Capture屏幕取色
# 相关文件参考
## 主题样式
> 使用```palette.json```进行调配
## 阅读模式
> 使用```web.css```进行文章样式调整,使用```highlight.css```定义语法高亮
## 编辑模式
> 使用```text-editor.theme```进行样式调整
## 笨方法改主题
1. 安装vscode插件Color Highlight以预览颜色
2. 使用任意屏幕取色工具抓取主题颜色代码
3. 修改主题样式
1. 打开`palette.json`搜抓取到的颜色代码,替换为自己想要的颜色代码
附上对照表供参考
在线编辑地址:[vnote主题定义文档](https://kdocs.cn/l/sgsmnihByJWO)