mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Remove non-existent vibe-code hallucinated options and clean up theme files
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user