51
data/editor/editor_config.json
Normal file
51
data/editor/editor_config.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"theme": "default",
|
||||
"custom_themes": [
|
||||
{
|
||||
"id": "custom_default",
|
||||
"name": "自定义 - 默认主题",
|
||||
"primary_color": "#0080ff",
|
||||
"background": "#ffffff",
|
||||
"text_color": "#333333",
|
||||
"link_color": "#576b95",
|
||||
"code_bg": "#f6f8fa",
|
||||
"blockquote_bg": "#f9f9f9",
|
||||
"blockquote_border": "#dfe2e5"
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"body_font": "-apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif",
|
||||
"heading_font": "-apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif",
|
||||
"code_font": "Consolas, Monaco, 'Courier New', monospace",
|
||||
"body_size": 12,
|
||||
"heading_scale": 1.3,
|
||||
"line_height": 1.4
|
||||
},
|
||||
"code_block": {
|
||||
"theme": "xcode",
|
||||
"line_numbers": false,
|
||||
"background": "#f6f8fa",
|
||||
"border_radius": 6
|
||||
},
|
||||
"custom_css": "",
|
||||
"css_schemes": [
|
||||
{
|
||||
"id": "38e4f9a5",
|
||||
"name": "简洁主题",
|
||||
"css": "",
|
||||
"font_config": {
|
||||
"body_font": "-apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif",
|
||||
"code_font": "Consolas, Monaco, 'Courier New', monospace",
|
||||
"body_size": 12,
|
||||
"line_height": 1.4
|
||||
},
|
||||
"code_block_config": {
|
||||
"theme": "xcode",
|
||||
"background": "#f6f8fa"
|
||||
},
|
||||
"theme_id": "default",
|
||||
"primary_color": "#0080ff"
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user