aesthetic
Domain inferred from 3 atoms across the corpora.
3 atoms
Atom counts by kind
| Kind | Count |
|---|---|
| check | 3 |
Sample atoms
check @community
Check Color Blacklist Brand
Scans CSS color declarations for blacklisted default brand colors (Tailwind blue-500/600, violet-600, indigo-600, Bootstrap #007bff) that signal generic 'AI slop' aesthetic.
aesthetic ↗ 2 · q4.0
check @community
Check Color Dark Mode Cascade
Validates that dark-mode color theming is implemented as a single token-layer cascade (light tokens at :root, dark overrides at :root.dark) rather than scattered dark: utilities or component-level color forks.
aesthetic ↗ 2 · q4.0
check @community
Check Color Oklch Required
Verifies that every color-bearing CSS property uses the oklch() function (directly or via a CSS custom property that resolves to oklch()). Rejects hex, rgb(), hsl(), and named colors.
aesthetic ↗ 2 · q4.0