From 717f5fe83960bd308ecff6a77c0dc3f516efad55 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 23:01:47 -0600 Subject: feat(hyprland): add theme switching between dupre and hudson Add two complete themes: - dupre: warm earthy colors from Emacs dupre-theme.el - hudson: Tomorrow Night + Goldenrod accent (original) Theme files cover: foot, fuzzel, waybar, dunst, hyprland borders. Add set-theme script with: - set-theme : apply a theme - set-theme --toggle: switch between themes - set-theme --pick: fuzzel picker Keybindings: - $mod Y: toggle theme - $mod Shift Y: pick theme with fuzzel Co-Authored-By: Claude Opus 4.5 --- dotfiles/hyprland/.config/themes/hudson/fuzzel.ini | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dotfiles/hyprland/.config/themes/hudson/fuzzel.ini (limited to 'dotfiles/hyprland/.config/themes/hudson/fuzzel.ini') diff --git a/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini b/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini new file mode 100644 index 0000000..975004c --- /dev/null +++ b/dotfiles/hyprland/.config/themes/hudson/fuzzel.ini @@ -0,0 +1,31 @@ +# Fuzzel config - Hudson theme +# Tomorrow Night + Goldenrod accent + +[main] +font=BerkeleyMono Nerd Font:size=14 +prompt=Search: +icon-theme=hicolor +icons-enabled=yes +width=30 +lines=12 +horizontal-pad=20 +vertical-pad=12 +inner-pad=8 +layer=overlay +exit-on-keyboard-focus-loss=yes + +[colors] +# Format: RRGGBBAA +background=222222f0 +text=eeeeeeff +selection=daa520ff +selection-text=222222ff +border=daa520ff +match=daa520ff +prompt=bbbbbbff +placeholder=888888ff +input=eeeeeeff + +[border] +width=2 +radius=16 -- cgit v1.2.3