diff --git a/themes/matte-black/hyprlock.conf b/themes/matte-black/hyprlock.conf index d20896c..6b7266e 100644 --- a/themes/matte-black/hyprlock.conf +++ b/themes/matte-black/hyprlock.conf @@ -1,10 +1,10 @@ -$color = rgba(46,52,64,1.0) # #2e3440 solid color +$color = rgba(12,12,12,1.0) # #333333 matte black -$inner_color = rgba(136,136,136,0.3) #rgb(136, 136, 136) with opacity -$outer_color = rgba(216,222,233,0.5) # #d8dee9 +$inner_color = rgba(138,138,141,0.3) # #8a8a8d with opacity +$outer_color = rgba(234,234,234,0.5) # #EAEAEA -$font_color = rgba(216,222,233,1.0) +$font_color = rgba(234,234,234,1.0) # #EAEAEA -$placeholder_color = rgba(216,222,233,0.6) -$check_color = rgba(136, 192, 208, 1.0) +$placeholder_color = rgba(234,234,234,0.6) # #EAEAEA with opacity +$check_color = rgba(245,158,11,1.0) # #f59e0b amber accent