mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
- Remove dead "Safe Mode" option, rename title case to "Uppercase menu items" - Options tree: icons, themed hover/selection, mouse tracking (matches workspace tree) - Tree item row padding (+4px) via MenuBarStyle CT_ItemViewItem for all trees - Titlebar grows 2px when icon shown - Menu popups: custom separator drawing, opaque background fill, flat hover highlight - Menu bar/popup hover uses accent color (QPalette::Highlight) instead of grey - Light theme: bump textMuted/textFaint contrast - Dock grip widget for workspace and scanner docks
33 lines
865 B
JSON
33 lines
865 B
JSON
{
|
|
"name": "Light",
|
|
"background": "#e8e8ec",
|
|
"backgroundAlt": "#dcdce0",
|
|
"surface": "#d4d4d8",
|
|
"border": "#b8b8be",
|
|
"borderFocused": "#6870a0",
|
|
"button": "#ccccd0",
|
|
"text": "#1b1b22",
|
|
"textDim": "#5c5c68",
|
|
"textMuted": "#6a6a78",
|
|
"textFaint": "#8a8a94",
|
|
"hover": "#d8d8de",
|
|
"selected": "#d0d0d8",
|
|
"selection": "#b4c8e8",
|
|
"syntaxKeyword": "#4455aa",
|
|
"syntaxNumber": "#2a7a4c",
|
|
"syntaxString": "#9a4040",
|
|
"syntaxComment": "#6a7a6a",
|
|
"syntaxPreproc": "#787880",
|
|
"syntaxType": "#2e7a8a",
|
|
"indHoverSpan": "#5a68a0",
|
|
"indCmdPill": "#dcdce0",
|
|
"indDataChanged": "#2a7a4c",
|
|
"indHeatCold": "#6a6a30",
|
|
"indHeatWarm": "#a06828",
|
|
"indHeatHot": "#b83030",
|
|
"indHintGreen": "#387a44",
|
|
"markerPtr": "#b83030",
|
|
"markerCycle": "#9a7010",
|
|
"markerError": "#e8c8c8"
|
|
}
|