mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
$color = rgba(46,52,64,1.0) # #2e3440 solid color
|
|
|
|
$inner_color = rgba(136,136,136,0.3) #rgb(136, 136, 136) with opacity
|
|
$outer_color = rgba(216,222,233,0.5) # #d8dee9
|
|
|
|
$font_color = rgba(216,222,233,1.0)
|
|
|
|
$placeholder_color = rgba(216,222,233,0.6)
|
|
$check_color = rgba(136, 192, 208, 1.0)
|
|
|