mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
- Tree line connectors (Unicode box-drawing ├─ └─ │) at arbitrary depth - Fix editor overwriting tree chars at depth 2+ (applyMarginText Pass 2) - Scanner: unknown value scan, comparison rescan modes (Changed/Unchanged/Increased/Decreased) - New Tailwind theme (tw.json), WCAG contrast fixes for warm/mid themes - Tooltip system (rcxtooltip.h) - Comprehensive README rewrite with full feature inventory - New tests for compose tree lines, scanner, tooltips Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
863 B
JSON
33 lines
863 B
JSON
{
|
|
"name": "Mid",
|
|
"background": "#0D1219",
|
|
"backgroundAlt": "#121720",
|
|
"surface": "#161C28",
|
|
"border": "#1E2636",
|
|
"borderFocused": "#485068",
|
|
"button": "#181E2C",
|
|
"text": "#B0B8CC",
|
|
"textDim": "#505C74",
|
|
"textMuted": "#384258",
|
|
"textFaint": "#2C3448",
|
|
"hover": "#181E2A",
|
|
"selected": "#1A2D4A",
|
|
"selection": "#1A2038",
|
|
"syntaxKeyword": "#5688C0",
|
|
"syntaxNumber": "#90B480",
|
|
"syntaxString": "#B88060",
|
|
"syntaxComment": "#385030",
|
|
"syntaxPreproc": "#9868A8",
|
|
"syntaxType": "#8FDBFE",
|
|
"indHoverSpan": "#C09038",
|
|
"indCmdPill": "#141A26",
|
|
"indDataChanged": "#608C54",
|
|
"indHeatCold": "#B09030",
|
|
"indHeatWarm": "#C09038",
|
|
"indHeatHot": "#C83838",
|
|
"indHintGreen": "#385830",
|
|
"markerPtr": "#C83838",
|
|
"markerCycle": "#B89028",
|
|
"markerError": "#481818"
|
|
}
|