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,6 @@
$color = rgba(239,241,245,1.0) # base
$inner_color = rgba(239,241,245,0.8) # slightly transparent base
$outer_color = rgba(30,102,245,1.0) # blue
$font_color = rgba(76,79,105,1.0) # text
$placeholder_color = rgba(204,208,218,0.6) # overlay0 (muted gray-blue)
$check_color = rgba(4,165,229,1.0) # cyan
$color = rgba(239,241,245,1.0)
$inner_color = rgba(239,241,245,0.8)
$outer_color = rgba(30,102,245,1.0)
$font_color = rgba(76,79,105,1.0)
$check_color = rgba(4,165,229,1.0)