mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00

* first boold * adj * base spec amendment * add monochrome optional fields to the theme * add monochrome optional fields to the theme * adj default value
666 lines
20 KiB
JSON
666 lines
20 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" : "Solarized Light",
|
|
"//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" : "Solarized Light",
|
|
"display_name" : "Solarized-light",
|
|
"//comment" : "Display name for different locales",
|
|
"display_name_zh_CN" : "Solarized-light",
|
|
"author": "nriver",
|
|
"icon-monochrome": true
|
|
},
|
|
"palette" : {
|
|
"bg1_1" : "#FFFFF5",
|
|
"bg1_2" : "#fffdf1",
|
|
"bg1_3" : "#fefbec",
|
|
"bg1_4" : "#fef8e8",
|
|
"bg1_5" : "#FDF6E3",
|
|
"bg1_51" : "#efe8d6",
|
|
"bg1_6" : "#ECE4D3",
|
|
"bg1_7" : "#E4DECC",
|
|
"bg1_71" : "#E5DDCC",
|
|
"bg1_8" : "#E1DAC9",
|
|
"bg1_9" : "#DED6C6",
|
|
"fg1_1" : "#DAD3C2",
|
|
"fg1_2" : "#D7D0BF",
|
|
"fg1_3" : "#D3CCBC",
|
|
"fg1_4" : "#CFC9B9",
|
|
"fg1_5" : "#657B83",
|
|
"fg1_6" : "#C8C2B2",
|
|
"fg1_7" : "#C5BEAF",
|
|
"fg1_8" : "#657B83",
|
|
"fg1_9" : "#657B83",
|
|
"fg1_10" : "#c4bfaf",
|
|
"bg2_2" : "#3a4ba6",
|
|
"bg2_3" : "#3f52b4",
|
|
"bg2_4" : "#485bbf",
|
|
"bg2_5" : "#F7C399",
|
|
"bg2_6" : "#6675c9",
|
|
"bg2_7" : "#7482ce",
|
|
"bg2_8" : "#838fd3",
|
|
"bg2_9" : "#919cd8",
|
|
"fg10" : "#b71c1c",
|
|
"fg11" : "#ab5683",
|
|
"fg12" : "#5768c4",
|
|
"fg13" : "#b42b1f",
|
|
"fg15_3" : "#4f5666",
|
|
"fg15_4" : "#60697c",
|
|
"fg15_5" : "#9ea5b4",
|
|
"bg10_4" : "#FDF6E3",
|
|
"bg10_5" : "#EEE8D5",
|
|
"bg10_6" : "#3c414d",
|
|
"bg10_7" : "#444b58",
|
|
"bg10_8" : "#5a5f66",
|
|
"bg11" : "#EEE8D5"
|
|
},
|
|
"base" : {
|
|
"normal" : {
|
|
"fg" : "@palette#fg1_5",
|
|
"bg" : "@palette#bg1_5",
|
|
"border" : "@palette#bg1_6"
|
|
},
|
|
"master" : {
|
|
"fg" : "@palette#fg1_9",
|
|
"bg" : "@palette#bg2_5",
|
|
"alt" : "@palette#bg2_4"
|
|
},
|
|
"header" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg"
|
|
},
|
|
"footer" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg"
|
|
},
|
|
"title" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@palette#bg1_51"
|
|
},
|
|
"content" : {
|
|
"fg" : "@palette#fg1_8",
|
|
"bg" : "@palette#bg10_5",
|
|
"border" : "@base#normal#border",
|
|
"disabled" : {
|
|
"fg" : "@base#disabled#fg",
|
|
"bg" : "@base#content#bg"
|
|
},
|
|
"pressed" : {
|
|
"fg" : "@base#pressed#fg",
|
|
"bg" : "@base#pressed#bg"
|
|
},
|
|
"focus" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#focus#bg",
|
|
"border" : "@base#master#bg"
|
|
},
|
|
"hover" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#hover#bg",
|
|
"border" : "@base#master#bg"
|
|
},
|
|
"selection" : {
|
|
"fg" : "@palette#fg1_10",
|
|
"bg" : "@palette#bg11"
|
|
},
|
|
"selected" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#selected#bg",
|
|
"active" : {
|
|
"fg" : "@base#content#selected#fg",
|
|
"bg" : "@base#content#selected#bg"
|
|
},
|
|
"inactive" : {
|
|
"fg" : "@base#content#selected#fg",
|
|
"bg" : "@base#content#hover#bg"
|
|
}
|
|
}
|
|
},
|
|
"error" : {
|
|
"fg" : "@palette#fg10"
|
|
},
|
|
"warning" : {
|
|
"fg" : "@palette#fg11"
|
|
},
|
|
"info" : {
|
|
"fg" : "@palette#fg12"
|
|
},
|
|
"danger" : {
|
|
"fg": "@palette#fg1_10",
|
|
"bg": "@palette#fg13"
|
|
},
|
|
"disabled" : {
|
|
"fg" : "@palette#fg1_1",
|
|
"bg" : "@base#normal#bg"
|
|
},
|
|
"pressed" : {
|
|
"fg" : "@palette#fg1_3",
|
|
"bg" : "@palette#bg1_3"
|
|
},
|
|
"focus" : {
|
|
"fg" : "@palette#fg1_8",
|
|
"bg" : "@palette#bg1_6"
|
|
},
|
|
"hover" : {
|
|
"fg" : "@palette#fg1_8",
|
|
"bg" : "@palette#bg1_7"
|
|
},
|
|
"selected" : {
|
|
"fg" : "@palette#fg1_9",
|
|
"bg" : "@palette#bg1_8"
|
|
},
|
|
"icon" : {
|
|
"fg" : "@palette#fg15_5",
|
|
"inactive" : {
|
|
"fg" : "@palette#fg15_4"
|
|
},
|
|
"disabled" : {
|
|
"fg" : "@palette#fg15_3"
|
|
},
|
|
"warning" : {
|
|
"fg" : "@base#warning#fg"
|
|
},
|
|
"danger" : {
|
|
"fg": "@base#danger#fg"
|
|
},
|
|
"selected" : {
|
|
"fg" : "@base#master#bg"
|
|
}
|
|
}
|
|
},
|
|
"widgets" : {
|
|
"separator" : {
|
|
"bg" : "@base#normal#border"
|
|
},
|
|
"qwidget" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg",
|
|
"info" : {
|
|
"border" : "@base#info#fg"
|
|
},
|
|
"warning" : {
|
|
"border" : "@base#warning#fg"
|
|
},
|
|
"error" : {
|
|
"border" : "@base#error#fg"
|
|
},
|
|
"danger" : {
|
|
"fg" : "@base#danger#fg",
|
|
"bg" : "@base#danger#bg"
|
|
}
|
|
},
|
|
"toolbox" : {
|
|
"title" : {
|
|
"border" : "@widgets#toolbox#title#button#active#bg",
|
|
"button": {
|
|
"fg" : "@base#normal#fg",
|
|
"active" : {
|
|
"fg" : "@base#master#fg",
|
|
"bg" : "@base#master#bg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"invalid" : {
|
|
"fg" : "@base#icon#warning#fg"
|
|
}
|
|
},
|
|
"external_node_icon" : {
|
|
"fg" : "@base#icon#inactive#fg"
|
|
}
|
|
},
|
|
"locationlist" : {
|
|
"node_icon" : {
|
|
"fg" : "@base#icon#fg"
|
|
}
|
|
},
|
|
"viewsplit" : {
|
|
"action_button" : {
|
|
"fg" : "@base#icon#inactive#fg",
|
|
"active" : {
|
|
"fg" : "@base#icon#fg"
|
|
}
|
|
},
|
|
"tabbar" : {
|
|
"tab" : {
|
|
"selected" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg"
|
|
}
|
|
}
|
|
},
|
|
"flash" : {
|
|
"bg" : "@base#master#alt"
|
|
}
|
|
},
|
|
"qmainwindow" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg",
|
|
"separator" : {
|
|
"bg" : "@widgets#separator#bg"
|
|
}
|
|
},
|
|
"dragdropareaindicator" : {
|
|
"fg" : "@base#normal#fg",
|
|
"border" : "@widgets#dragdropareaindicator#fg"
|
|
},
|
|
"navigationlabel" : {
|
|
"fg" : "@widgets#toolbox#title#button#active#fg",
|
|
"bg" : "@widgets#toolbox#title#button#active#bg"
|
|
},
|
|
"qmenu" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg",
|
|
"border" : "@base#normal#border",
|
|
"item" : {
|
|
"selected" : {
|
|
"fg" : "@base#selected#fg",
|
|
"bg" : "@base#selected#bg"
|
|
},
|
|
"disabled" : {
|
|
"fg" : "@base#disabled#fg"
|
|
}
|
|
},
|
|
"separator" : {
|
|
"bg" : "@widgets#separator#bg"
|
|
}
|
|
},
|
|
"qtooltip" : {
|
|
"fg" : "@base#master#fg",
|
|
"bg" : "@base#master#bg"
|
|
},
|
|
"qtoolbar" : {
|
|
"bg" : "@base#header#bg",
|
|
"separator" : {
|
|
"bg" : "@widgets#separator#bg"
|
|
},
|
|
"extension" : {
|
|
"bg" : "@base#normal#border",
|
|
"hover" : {
|
|
"bg" : "@base#hover#bg"
|
|
}
|
|
}
|
|
},
|
|
"qtoolbutton" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "transparent",
|
|
"checked" : {
|
|
"fg" : "@base#selected#fg",
|
|
"bg" : "@base#selected#bg"
|
|
},
|
|
"hover" : {
|
|
"fg" : "@base#hover#fg",
|
|
"bg" : "@base#hover#bg"
|
|
},
|
|
"pressed" : {
|
|
"fg" : "@base#pressed#fg",
|
|
"bg" : "@base#pressed#bg"
|
|
}
|
|
},
|
|
"qdockwidget" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg",
|
|
"title" : {
|
|
"bg" : "@base#title#bg",
|
|
"button" : {
|
|
"hover" : {
|
|
"bg" : "@base#hover#bg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"qpushbutton" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "transparent",
|
|
"border" : "@base#normal#border",
|
|
"default" : {
|
|
"border" : "@base#master#bg"
|
|
},
|
|
"focus" : {
|
|
"fg" : "@base#focus#fg",
|
|
"bg" : "@base#focus#bg"
|
|
},
|
|
"checked" : {
|
|
"fg" : "@base#selected#fg",
|
|
"bg" : "@base#selected#bg"
|
|
},
|
|
"hover" : {
|
|
"fg" : "@base#hover#fg",
|
|
"bg" : "@base#hover#bg"
|
|
},
|
|
"pressed" : {
|
|
"fg" : "@base#pressed#fg",
|
|
"bg" : "@base#pressed#bg"
|
|
},
|
|
"disabled" : {
|
|
"fg" : "@base#disabled#fg",
|
|
"bg" : "@widgets#qpushbutton#bg"
|
|
}
|
|
},
|
|
"qdialog" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg"
|
|
},
|
|
"qcombobox" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"border" : "@base#content#border",
|
|
"focus" : {
|
|
"bg" : "@base#content#focus#bg",
|
|
"border" : "@base#content#focus#border"
|
|
},
|
|
"hover" : {
|
|
"bg" : "@base#content#hover#bg",
|
|
"border" : "@base#content#hover#border"
|
|
},
|
|
"disabled" : {
|
|
"fg" : "@base#content#disabled#fg"
|
|
},
|
|
"view" : {
|
|
"border" : "@base#content#border",
|
|
"bg" : "@widgets#qcombobox#bg",
|
|
"selection" : {
|
|
"fg" : "@base#content#selection#fg",
|
|
"bg" : "@base#content#selection#bg"
|
|
}
|
|
},
|
|
"item" : {
|
|
"hover" : {
|
|
"fg" : "@base#content#hover#fg",
|
|
"bg" : "@base#content#hover#bg"
|
|
}
|
|
}
|
|
},
|
|
"qlabel" : {
|
|
"fg" : "@base#normal#fg"
|
|
},
|
|
"qlineedit" : {
|
|
"border" : "@base#content#border",
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"selection" : {
|
|
"fg" : "@base#content#selection#fg",
|
|
"bg" : "@base#content#selection#bg"
|
|
},
|
|
"focus" : {
|
|
"bg" : "@base#content#focus#bg",
|
|
"border" : "@base#content#focus#border"
|
|
},
|
|
"hover" : {
|
|
"bg" : "@base#content#hover#bg",
|
|
"border" : "@base#content#hover#border"
|
|
},
|
|
"disabled" : {
|
|
"fg" : "@base#content#disabled#fg"
|
|
}
|
|
},
|
|
"qtabbar" : {
|
|
"tab" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@base#normal#bg",
|
|
"border" : "@base#normal#border",
|
|
"hover" : {
|
|
"fg" : "@base#hover#fg",
|
|
"bg" : "@base#hover#bg"
|
|
},
|
|
"selected" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"border" : "@base#master#bg"
|
|
}
|
|
}
|
|
},
|
|
"qtreeview" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"item" : {
|
|
"hover" : {
|
|
"fg" : "@base#content#hover#fg",
|
|
"bg" : "@base#content#hover#bg"
|
|
},
|
|
"selected" : {
|
|
"fg" : "@base#content#selected#fg",
|
|
"bg" : "@base#content#selected#bg",
|
|
"active" : {
|
|
"fg" : "@base#content#selected#active#fg",
|
|
"bg" : "@base#content#selected#active#bg"
|
|
},
|
|
"inactive" : {
|
|
"fg" : "@base#content#selected#inactive#fg",
|
|
"bg" : "@base#content#selected#inactive#bg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"qlistview" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"item" : {
|
|
"hover" : {
|
|
"fg" : "@base#content#hover#fg",
|
|
"bg" : "@base#content#hover#bg"
|
|
},
|
|
"selected" : {
|
|
"fg" : "@base#content#selected#fg",
|
|
"bg" : "@base#content#selected#bg",
|
|
"active" : {
|
|
"fg" : "@base#content#selected#active#fg",
|
|
"bg" : "@base#content#selected#active#bg"
|
|
},
|
|
"inactive" : {
|
|
"fg" : "@base#content#selected#inactive#fg",
|
|
"bg" : "@base#content#selected#inactive#bg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"qsplitter" : {
|
|
"handle" : {
|
|
"bg" : "@base#normal#border",
|
|
"pressed" : {
|
|
"bg" : "@base#pressed#bg"
|
|
}
|
|
}
|
|
},
|
|
"qstatusbar" : {
|
|
"fg" : "@base#footer#fg",
|
|
"bg" : "@base#footer#bg"
|
|
},
|
|
"qscrollbar" : {
|
|
"bg" : "@base#normal#bg",
|
|
"addpage" : {
|
|
"bg" : "transparent"
|
|
},
|
|
"handle" : {
|
|
"bg" : "@palette#bg1_6",
|
|
"hover" : {
|
|
"bg" : "@palette#bg1_71"
|
|
},
|
|
"pressed" : {
|
|
"bg" : "@palette#bg1_7"
|
|
}
|
|
}
|
|
},
|
|
"qcheckbox" : {
|
|
"disabled" : {
|
|
"fg" : "@base#disabled#fg"
|
|
},
|
|
"indicator" : {
|
|
"focus" : {
|
|
"bg" : "@base#focus#bg"
|
|
},
|
|
"hover" : {
|
|
"bg" : "@base#hover#bg"
|
|
},
|
|
"pressed" : {
|
|
"bg" : "@base#pressed#bg"
|
|
}
|
|
}
|
|
},
|
|
"qradiobutton" : {
|
|
"disabled" : {
|
|
"fg" : "@base#disabled#fg"
|
|
},
|
|
"indicator" : {
|
|
"focus" : {
|
|
"bg" : "@base#focus#bg"
|
|
},
|
|
"hover" : {
|
|
"bg" : "@base#hover#bg"
|
|
},
|
|
"pressed" : {
|
|
"bg" : "@base#pressed#bg"
|
|
}
|
|
}
|
|
},
|
|
"qspinbox" : {
|
|
"border" : "@base#content#border",
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"disabled" : {
|
|
"fg" : "@base#content#disabled#fg",
|
|
"bg" : "@base#content#disabled#bg"
|
|
},
|
|
"selection" : {
|
|
"fg" : "@base#content#selection#fg",
|
|
"bg" : "@base#content#selection#bg"
|
|
},
|
|
"focus" : {
|
|
"bg" : "@base#content#focus#bg",
|
|
"border" : "@base#content#focus#border"
|
|
},
|
|
"hover" : {
|
|
"bg" : "@base#content#hover#bg",
|
|
"border" : "@base#content#hover#border"
|
|
},
|
|
"button" : {
|
|
"hover" : {
|
|
"bg" : "@base#content#hover#bg"
|
|
},
|
|
"pressed" : {
|
|
"bg" : "@base#content#pressed#bg"
|
|
}
|
|
}
|
|
},
|
|
"qheaderview" : {
|
|
"section" : {
|
|
"fg" : "@base#content#fg",
|
|
"bg" : "@base#content#bg",
|
|
"border" : "@base#content#border",
|
|
"checked" : {
|
|
"fg" : "@base#content#selected#fg",
|
|
"bg" : "@base#content#selected#bg"
|
|
}
|
|
}
|
|
},
|
|
"qprogressbar" : {
|
|
"bg" : "@base#content#bg",
|
|
"border" : "@base#content#border",
|
|
"chunk" : {
|
|
"bg" : "@base#master#alt"
|
|
}
|
|
},
|
|
"qgroupbox" : {
|
|
"border" : "@base#normal#border",
|
|
"title" : {
|
|
"fg" : "@base#normal#fg"
|
|
}
|
|
},
|
|
"qabstractscrollarea" : {
|
|
"border" : "@base#normal#border",
|
|
"corner" : {
|
|
"bg" : "@widgets#qscrollbar#bg"
|
|
}
|
|
},
|
|
"qslider" : {
|
|
"groove" : {
|
|
"bg" : "@base#content#bg",
|
|
"border" : "@base#content#border"
|
|
},
|
|
"handle" : {
|
|
"border" : "@base#content#border",
|
|
"bg" : "@base#master#bg"
|
|
},
|
|
"subpage" : {
|
|
"border" : "@widgets#qslider#handle#border",
|
|
"bg" : "@base#master#alt"
|
|
}
|
|
},
|
|
"viewwindow" : {
|
|
"toolbar" : {
|
|
"bg" : "@base#content#bg"
|
|
}
|
|
},
|
|
"quickselector" : {
|
|
"item_icon" : {
|
|
"fg" : "@palette#bg2_9",
|
|
"border" : "@palette#bg2_9"
|
|
}
|
|
},
|
|
"styleditemdelegate" : {
|
|
"separator" : {
|
|
"fg" : "@base#normal#fg",
|
|
"bg" : "@widgets#separator#bg"
|
|
},
|
|
"highlight" : {
|
|
"fg" : "@base#master#fg",
|
|
"bg" : "@base#master#bg"
|
|
}
|
|
},
|
|
"mainwindow" : {
|
|
"dockwidget_tabbar" : {
|
|
"icon" : {
|
|
"fg" : "@base#icon#fg",
|
|
"selected" : {
|
|
"fg" : "@base#icon#selected#fg"
|
|
}
|
|
}
|
|
},
|
|
"tips_label" : {
|
|
"fg" : "@base#master#fg",
|
|
"bg" : "@base#master#bg"
|
|
}
|
|
},
|
|
"unitedentry" : {
|
|
"icon" : {
|
|
"fg" : "@base#icon#fg",
|
|
"busy" : {
|
|
"fg" : "@base#master#bg"
|
|
}
|
|
},
|
|
"popup" : {
|
|
"border" : "@base#normal#border"
|
|
}
|
|
}
|
|
}
|
|
}
|