mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
- Workspace dock: show member count per type, expandable child rows (Type Name format, Hex padding filtered), search/filter box with recursive matching, collapsed by default, double-click navigates to member in editor - Menu reorganization: Import/Export submenus, new Tools menu (Type Aliases, MCP Server, Options), Data Source moved to View, renamed Unload→Close Project, Unsplit→Remove Split, Current Tab Source→ Data Source - View menu: add Relative Offsets toggle (persisted, applies to all editors and new splits) - Fix Reclass Dark theme: hover/selected colors were identical to background (#1e1e1e), now #2a2a2a/#2a2d2e for visible contrast - Dim MDI tab text via QPalette::WindowText (Fusion ignores CSS color) - Remove dead QProxyStyle tab handlers (never called for QMdiArea)
33 lines
872 B
JSON
33 lines
872 B
JSON
{
|
|
"name": "Reclass Dark",
|
|
"background": "#1e1e1e",
|
|
"backgroundAlt": "#252526",
|
|
"surface": "#2a2d2e",
|
|
"border": "#3c3c3c",
|
|
"borderFocused": "#888888",
|
|
"button": "#333333",
|
|
"text": "#d4d4d4",
|
|
"textDim": "#858585",
|
|
"textMuted": "#585858",
|
|
"textFaint": "#505050",
|
|
"hover": "#2a2a2a",
|
|
"selected": "#2a2d2e",
|
|
"selection": "#2b2b2b",
|
|
"syntaxKeyword": "#569cd6",
|
|
"syntaxNumber": "#b5cea8",
|
|
"syntaxString": "#ce9178",
|
|
"syntaxComment": "#6a9955",
|
|
"syntaxPreproc": "#c586c0",
|
|
"syntaxType": "#4EC9B0",
|
|
"indHoverSpan": "#E6B450",
|
|
"indCmdPill": "#2a2a2a",
|
|
"indDataChanged": "#8fbc7a",
|
|
"indHeatCold": "#D4A945",
|
|
"indHeatWarm": "#E6B450",
|
|
"indHeatHot": "#f44747",
|
|
"indHintGreen": "#5a8248",
|
|
"markerPtr": "#f44747",
|
|
"markerCycle": "#e5a00d",
|
|
"markerError": "#7a2e2e"
|
|
}
|