diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 17:50:54 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 17:50:54 -0600 |
| commit | 7b59b5446feee2b54cd578095a244465ef55a891 (patch) | |
| tree | 63493974205fe4cb75b4e21f11d957e4608f50fe | |
| parent | f6dc4b2040121a0d8a54d1fc90070bff6620321d (diff) | |
feat(fuzzel): change border color to theme blue for visibility
Border was gold/goldenrod (same as selection and match highlight),
making the menu hard to spot. Changed to theme blue (dupre: #67809c,
hudson: #81a2be) for contrast.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/fuzzel.ini | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/hudson/fuzzel.ini | 2 | ||||
| -rw-r--r-- | todo.org | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini index 39dabc0..7a85ba2 100644 --- a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini +++ b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini @@ -21,7 +21,7 @@ background=222222f0 text=eeeeeeff selection=daa520ff selection-text=222222ff -border=daa520ff +border=81a2beff match=daa520ff prompt=bbbbbbff placeholder=888888ff diff --git a/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini b/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini index f00ac8a..4feac18 100644 --- a/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini +++ b/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini @@ -21,7 +21,7 @@ background=151311f0 text=f0fef0ff selection=d7af5fff selection-text=151311ff -border=d7af5fff +border=67809cff match=d7af5fff prompt=969385ff placeholder=6c6a60ff diff --git a/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini b/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini index 39dabc0..7a85ba2 100644 --- a/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini +++ b/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini @@ -21,7 +21,7 @@ background=222222f0 text=eeeeeeff selection=daa520ff selection-text=222222ff -border=daa520ff +border=81a2beff match=daa520ff prompt=bbbbbbff placeholder=888888ff @@ -133,7 +133,7 @@ Remove or disable the border color to match the clean aesthetic. Also, the text is quite large. For consistency, we should make it the same size as the waybar text. -**** TODO [#B] Change fuzzel border color for visibility +**** DONE [#B] Change fuzzel border color for visibility Fuzzel menu border blends in too much. Change border color to blue or red to make the menu more visible when it appears. |
