From 13bc31ad0f7ff8610ef2c6d645fbd9e72ba347e3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 13 Jul 2025 16:29:22 -0700 Subject: [PATCH] Improve matte black lock screen colors --- themes/matte-black/hyprlock.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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