diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 23:01:47 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 23:01:47 -0600 |
| commit | 717f5fe83960bd308ecff6a77c0dc3f516efad55 (patch) | |
| tree | 5f884e3e42ad82204796e62c1a376e0b5fbf224c /dotfiles/hyprland/.config/themes/dupre/fuzzel.ini | |
| parent | c1195946fe6c72365310919a6250d1fdb6dd215f (diff) | |
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 <name>: 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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/themes/dupre/fuzzel.ini')
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/fuzzel.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini b/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini new file mode 100644 index 0000000..64711b8 --- /dev/null +++ b/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini @@ -0,0 +1,31 @@ +# Fuzzel config - Dupre theme +# Warm, earthy colors from dupre-theme.el + +[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=151311f0 +text=f0fef0ff +selection=d7af5fff +selection-text=151311ff +border=d7af5fff +match=d7af5fff +prompt=969385ff +placeholder=6c6a60ff +input=f0fef0ff + +[border] +width=2 +radius=16 |
