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