Files
Nomarchy/themes/vantablack.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": "Vantablack",
"slug": "vantablack",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#0d0d0d",
"mantle": "#0b0b0b",
"surface": "#1a1a1a",
"overlay": "#2a2a2a",
"text": "#ffffff",
"subtext": "#ececec",
"muted": "#666666",
"accent": "#8d8d8d",
"accentAlt": "#9b9b9b",
"good": "#b6b6b6",
"warn": "#cecece",
"bad": "#a4a4a4"
},
"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": [
"#0d0d0d",
"#a4a4a4",
"#b6b6b6",
"#cecece",
"#8d8d8d",
"#9b9b9b",
"#b0b0b0",
"#ececec",
"#fdfdfd",
"#a4a4a4",
"#b6b6b6",
"#cecece",
"#8d8d8d",
"#9b9b9b",
"#b0b0b0",
"#ffffff"
]
}