vnote/src/data/extra/themes/native/palette.json
2020-12-27 10:48:28 +08:00

112 lines
3.3 KiB
JSON

{
"metadata" : {
"revision" : 0,
"//comment" : "If there is a file named 'editor-highlight.theme' under theme folder, this value will be ignored.",
"//comment" : "Otherwise, this value specify the theme name to use for syntax highlighting.",
"editor-highlight-theme" : "Default",
"//comment" : "If there is a file named 'markdown-editor-highlight.theme' under theme folder, this value will be ignored.",
"//comment" : "Otherwise, this value specify the theme name to use for syntax highlighting.",
"//comment" : "If empty, 'editor-highlight-theme' will be used.",
"markdown-editor-highlight-theme" : "Markdown Default",
"display_name" : "Native",
"//comment" : "Display name for different locales",
"display_name_zh_CN" : "原素"
},
"base" : {
"normal" : {
"fg" : "#31373c",
"border" : "@base#lighter#fg"
},
"lighter" : {
"fg" : "#babdc1"
},
"error" : {
"fg" : "#b71c1c"
},
"warning" : {
"fg" : "#880e4f"
},
"info" : {
"fg" : "#283593"
},
"danger" : {
"fg": "#f5f5f5",
"bg": "#c9302c"
},
"icon" : {
"fg" : "#434b52",
"disabled" : {
"fg" : "@base#lighter#fg"
},
"warning" : {
"fg" : "@base#warning#fg"
},
"danger" : {
"fg": "@base#danger#fg"
}
}
},
"widgets" : {
"toolbox" : {
"title" : {
"border" : "@widgets#toolbox#title#button#active#bg",
"button": {
"fg" : "@base#normal#fg",
"active" : {
"fg" : "#fbffff",
"bg" : "#535c65"
}
}
}
},
"titlebar" : {
"button" : {
"fg" : "@base#icon#fg"
},
"menu_icon" : {
"fg" : "@base#icon#fg",
"disabled" : {
"fg" : "@base#icon#disabled#fg"
}
}
},
"toolbar" : {
"icon" : {
"fg" : "@base#icon#fg",
"disabled" : {
"fg" : "@base#icon#disabled#fg"
},
"danger" : {
"fg" : "@base#icon#danger#fg"
}
}
},
"notebookexplorer" : {
"node_icon" : {
"fg" : "@base#icon#fg"
}
},
"viewsplit" : {
"action_button" : {
"fg" : "#808080",
"active" : {
"fg" : "@base#icon#fg"
}
}
},
"qmainwindow" : {
"separator" : {
"bg" : "@base#normal#border"
}
},
"dragdropareaindicator" : {
"fg" : "@base#normal#fg",
"border" : "@widgets#dragdropareaindicator#fg"
},
"navigationlabel" : {
"fg" : "@widgets#toolbox#title#button#active#fg",
"bg" : "@widgets#toolbox#title#button#active#bg"
}
}
}