Files
Nomarchy/themes/catppuccin-latte.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.1 KiB
JSON

{
"version": 1,
"name": "Catppuccin Latte",
"slug": "catppuccin-latte",
"mode": "light",
"wallpaper": "",
"colors": {
"base": "#eff1f5",
"mantle": "#e6e9ef",
"surface": "#bfc4d0",
"overlay": "#acb0be",
"text": "#4c4f69",
"subtext": "#5c5f77",
"muted": "#8c8fa1",
"accent": "#1e66f5",
"accentAlt": "#8839ef",
"good": "#40a02b",
"warn": "#d6860a",
"bad": "#d20f39"
},
"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": [
"#5c5f77",
"#d20f39",
"#40a02b",
"#df8e1d",
"#1e66f5",
"#ea76cb",
"#179299",
"#acb0be",
"#6c6f85",
"#d20f39",
"#40a02b",
"#df8e1d",
"#1e66f5",
"#ea76cb",
"#179299",
"#bcc0cc"
]
}