Files
Nomarchy/themes/osaka-jade.json
Bernardo Magri def6e9dcbe
Some checks failed
Check / eval (push) Has been cancelled
fix(themes): #52 broken/high-ROI fidelity fixes
Six per-theme defects: rose-pine btop rewritten to Dawn (was Main-on-Dawn,
invisible hi_fg); everforest + summer-night btop inactive_fg off main_bg;
vantablack role inversion (surface/overlay/muted + btop selection);
osaka-jade text↔subtext swap + warn→yellow; catppuccin-latte
mantle/accentAlt/ANSI axis; catppuccin Mocha btop (was Frappé). accentAlt
uses Latte mauve #8839ef, not the audit's pink #ea76cb (which fails the
3.0 contrast floor).

Worktree agent; diff reviewed + contrast conflict adjudicated. V0:
check-theme-contrast 24x7 all pass + flake check green. btop V2 render
pending (batched). Residual ansi[8]/ansi[3] drift noted.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 19:36:58 +01:00

61 lines
1.0 KiB
JSON

{
"version": 1,
"name": "Osaka Jade",
"slug": "osaka-jade",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#111c18",
"mantle": "#0e1814",
"surface": "#23372B",
"overlay": "#53685B",
"text": "#F6F5DD",
"subtext": "#C1C497",
"muted": "#53685B",
"accent": "#509475",
"accentAlt": "#D2689C",
"good": "#549e6a",
"warn": "#E5C736",
"bad": "#FF5345"
},
"border": {
"active": "accent",
"inactive": "overlay"
},
"fonts": {
"mono": "JetBrainsMono Nerd Font",
"ui": "Inter",
"size": 11
},
"ui": {
"gapsIn": 5,
"gapsOut": 12,
"borderSize": 2,
"rounding": 10,
"iconSize": 36,
"activeOpacity": 1.0,
"inactiveOpacity": 0.95,
"terminalOpacity": 0.96,
"blur": true,
"shadow": true
},
"ansi": [
"#23372B",
"#FF5345",
"#549e6a",
"#459451",
"#509475",
"#D2689C",
"#2DD5B7",
"#F6F5DD",
"#53685B",
"#db9f9c",
"#63b07a",
"#E5C736",
"#ACD4CF",
"#75bbb3",
"#8CD3CB",
"#9eebb3"
]
}