diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-04 20:30:08 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-04 20:30:08 +0000 |
commit | 4d0bb2069c4f84c1211a658cf08a662635f5902e (patch) | |
tree | a3d66c34ec65f82ffe1496e6a7f5a659edf8f30f /.config | |
parent | facf91b5cc7a543e419a474417ccdadfe0ece358 (diff) |
Hyprlock - Set input-field font colour
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprlock.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 800eba5..41c0f46 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -28,7 +28,7 @@ input-field { dots_rounding = -2 # -1 default circle, -2 follow input-field rounding outer_color = rgba(152, 151, 26, 1) inner_color = rgba(0, 0, 0, 1) - font_color = rgb(22, 225, 181) + font_color = rgb(99, 149, 100) fade_on_empty = false placeholder_text = <span foreground="##aabbcc" style="italic">Input Password...</span> hide_input = false |