From 7b59b5446feee2b54cd578095a244465ef55a891 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 17:50:54 -0600 Subject: 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 --- dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 2 +- dotfiles/hyprland/.config/themes/dupre/fuzzel.ini | 2 +- dotfiles/hyprland/.config/themes/hudson/fuzzel.ini | 2 +- 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 diff --git a/todo.org b/todo.org index e0a301d..ae98d12 100644 --- a/todo.org +++ b/todo.org @@ -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. -- cgit v1.2.3