fix: Taxi theme accent color now distinct from text

Accent was #0e0e00 (same as --fg), making buttons and interactive
elements invisible. Changed to #7a4a00/#5c3800 dark amber.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 22:19:00 -07:00
parent 4ab9a770be
commit f1b0ac43d0
3 changed files with 109 additions and 88 deletions

View File

@@ -290,8 +290,8 @@
--error: #c62828;
--warning: #e65100;
--accent: #0e0e00;
--accent-strong: #1a1a05;
--accent: #7a4a00;
--accent-strong: #5c3800;
}
/* ===== Ocean ===== */