Remove non-existent vibe-code hallucinated options and clean up theme files

This commit is contained in:
David Heinemeier Hansson
2025-07-20 18:07:15 -05:00
parent f81983ec50
commit af72a45dbd
10 changed files with 28 additions and 93 deletions

View File

@ -1,9 +1,5 @@
$color = rgba(12,12,12,1.0) # #333333 matte black
$inner_color = rgba(138,138,141,0.3) # #8a8a8d with opacity
$outer_color = rgba(234,234,234,0.5) # #EAEAEA
$font_color = rgba(234,234,234,1.0) # #EAEAEA
$placeholder_color = rgba(234,234,234,0.6) # #EAEAEA with opacity
$check_color = rgba(245,158,11,1.0) # #f59e0b amber accent
$color = rgba(12,12,12,1.0)
$inner_color = rgba(138,138,141,0.3)
$outer_color = rgba(234,234,234,0.5)
$font_color = rgba(234,234,234,1.0)
$check_color = rgba(245,158,11,1.0)