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,13 +1,5 @@
# ────────────────────────────────────────────────────────────
# Hyprlock — Tokyo Night theme
# ────────────────────────────────────────────────────────────
$color = rgba(26,27,38,1.0) # #1a1b26 solid color
$inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
$outer_color = rgba(205,214,244,1.0) # #cdd6f4
$color = rgba(26,27,38,1.0)
$inner_color = rgba(26,27,38,0.8)
$outer_color = rgba(205,214,244,1.0)
$font_color = rgba(205,214,244,1.0)
$placeholder_color = rgba(205,214,244,0.6)
$check_color = rgba(68, 157, 171, 1.0)