49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
|
// NOTE: This is a custom JSON file, where lines leading
|
||
|
// with `//` are removed. No other comments are valid.
|
||
|
{
|
||
|
"foreground": "#31363b",
|
||
|
"foreground:light": "#272b2f",
|
||
|
"background": "#eff0f1",
|
||
|
"background:alternate": "#eaebec",
|
||
|
"highlight": "rgba(50, 223, 50, 0.5)",
|
||
|
"highlight:dark": "rgba(45, 200, 45, 0.5)",
|
||
|
"highlight:alternate": "rgba(71, 243, 71, 0.6)",
|
||
|
"midtone": "#bab9b8",
|
||
|
"midtone:light": "#bab9b8",
|
||
|
"midtone:dark": "rgba(106, 105, 105, 0.7)",
|
||
|
"midtone:hover": "#787876",
|
||
|
"view:checked": "#b9e7b9",
|
||
|
"view:hover": "rgba(50, 223, 50, 0.2)",
|
||
|
"toolbar:horizontal:background": "#eff0f1",
|
||
|
"toolbar:vertical:background": "#eff0f1",
|
||
|
"view:corner": "#eff0f1",
|
||
|
"view:header": "#eff0f1",
|
||
|
"view:header:border": "#bab9b8",
|
||
|
"view:border": "#bab9b8",
|
||
|
"view:background": "#eff0f1",
|
||
|
"text:background": "#eff0f1",
|
||
|
"tab:background:selected": "#eff0f1",
|
||
|
"tab:background": "#d9d8d7",
|
||
|
"tree": "#4b4b4b",
|
||
|
"slider:foreground": "#32df33",
|
||
|
"slider:handle:background": "#eff0f1",
|
||
|
"checkbox:light": "#272b2f",
|
||
|
"checkbox:disabled": "#6a6e71",
|
||
|
"scrollbar:hover": "rgba(50, 223, 50, 0.8)",
|
||
|
"scrollbar:background": "#eff0f1",
|
||
|
"scrollbar:background:hover": "#c7c7c6",
|
||
|
"button:background": "#eaebec",
|
||
|
"button:background:pressed": "#beecbe",
|
||
|
"button:border": "#bab9b8",
|
||
|
"button:checked": "#c7c7c6",
|
||
|
"button:disabled": "#b4b4b4",
|
||
|
"close:hover": "#dc7676",
|
||
|
"close:pressed": "#b33e3e",
|
||
|
"dock:background": "#eaebec",
|
||
|
"dock:float": "#a2a2a2",
|
||
|
"critical": "#ff8c9f",
|
||
|
"information": "#8cd5ff",
|
||
|
"question": "#c08cff",
|
||
|
"warning": "#ffff8c"
|
||
|
}
|