mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Rename all gold-related CSS custom properties, Tailwind classes, and keyframe animations from "gold" to "accent" to prepare for the theme system where the accent color is user-configurable. - --color-gold -> --color-accent (plus -dim and -bright variants) - @keyframes goldPulse -> accentPulse - .animate-gold-pulse -> .animate-accent-pulse - All text-gold, bg-gold, border-gold, ring-gold Tailwind classes No behavioral or visual change — pure mechanical rename. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>