Files
Nomarchy/themes/flexoki-light.json
Bernardo Magri bd6d94f973 fix(themes): fidelity hierarchy nits + #52 residual ANSI (#67, #68)
#67 hierarchy: nord subtext dimmer than text; tokyo-night btop Night
blues; ethereal surface raise + muted darker than overlay; retro-82
surface raised; ristretto subtext distinct + btop main_bg align;
flexoki-light distinct bright-black; gruvbox overlay/subtext ladder
(no rename).

#68 residual ANSI: vantablack ansi[8]=muted; osaka-jade ansi[3]=warn.

Verified: python3 tools/check-theme-contrast.py themes/ → 24×7 all pass.
2026-07-10 09:39:03 +01:00

61 lines
1.0 KiB
JSON

{
"version": 1,
"name": "Flexoki Light",
"slug": "flexoki-light",
"mode": "light",
"wallpaper": "",
"colors": {
"base": "#FFFCF0",
"mantle": "#d9d6cc",
"surface": "#E6E4D9",
"overlay": "#B7B5AC",
"text": "#100F0F",
"subtext": "#6F6E69",
"muted": "#878580",
"accent": "#205EA6",
"accentAlt": "#A02F6F",
"good": "#66800B",
"warn": "#AD8301",
"bad": "#AF3029"
},
"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": [
"#100F0F",
"#D14D41",
"#879A39",
"#D0A215",
"#205EA6",
"#CE5D97",
"#3AA99F",
"#FFFCF0",
"#6F6E69",
"#D14D41",
"#879A39",
"#D0A215",
"#4385BE",
"#CE5D97",
"#3AA99F",
"#FFFCF0"
]
}