BreezeStyleSheets/theme/dark-green.json

50 lines
1.6 KiB
JSON
Raw Normal View History

// NOTE: This is a custom JSON file, where lines leading
// with `//` are removed. No other comments are valid.
{
"foreground": "#eff0f1",
"foreground:light": "#ffffff",
"background": "#31363b",
"background:alternate": "#31363b",
"highlight": "#33b833",
"highlight:dark": "#2b992b",
"highlight:alternate": "#1f991f",
"midtone": "#76797c",
"midtone:light": "#b0b0b0",
"midtone:dark": "#626568",
"midtone:hover": "#8a8d8f",
"view:checked": "#325c32",
"view:hover": "rgba(63, 232, 63, 0.1)",
"toolbar:horizontal:background": "#31363b",
"toolbar:vertical:background": "#31363b",
"view:corner": "#31363b",
"view:header:border": "#76797c",
"view:header": "#31363b",
"view:border": "#31363b",
"view:background": "#1d2023",
"text:background": "#1d2023",
"tab:background:selected": "#31363b",
"tab:background": "#2c3034",
"tree": "#afafaf",
"slider:foreground": "#33b833",
"slider:handle:background": "#1d2023",
2021-07-17 05:09:44 +00:00
"menu:disabled": "#76797c",
"checkbox:light": "#40e640",
"checkbox:disabled": "#c8c9ca",
"scrollbar:hover": "#33b833",
"scrollbar:background": "#1d2023",
"scrollbar:background:hover": "#76797c",
"button:background": "#31363b",
"button:background:pressed": "#454a4f",
"button:border": "#76797c",
"button:checked": "#626568",
"button:disabled": "#454545",
"close:hover": "#eff0f1",
"close:pressed": "#b33e3e",
"dock:background": "#31363b",
"dock:float": "#a2a2a2",
"critical": "#80404a",
"information": "#406880",
"question": "#634d80",
"warning": "#99995C"
}