diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 21:49:31 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 21:49:31 -0600 |
| commit | ee28fe22c5b601f7c83d1e888581415de6c10d10 (patch) | |
| tree | b221aeaab774ea4bafb8d57332905dfdb7d0a837 /dotfiles/hyprland/.config/fuzzel/fuzzel.ini | |
| parent | d0de212279486af0602b8c13d7f83cec32084f98 (diff) | |
feat(theme): apply Dupre palette to all configs
Update theme colors from Hudson to Dupre across:
- dunstrc (notifications)
- foot.ini (terminal)
- fuzzel.ini (launcher)
- hyprlock.conf (lock screen)
- waybar/style.css (status bar)
Colors now match dupre-palette.org specification.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/fuzzel/fuzzel.ini')
| -rw-r--r-- | dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini index 39dabc0..f00ac8a 100644 --- a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini +++ b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini @@ -1,5 +1,5 @@ -# Fuzzel config - Hudson theme -# Tomorrow Night + Goldenrod accent +# Fuzzel config - Dupre theme +# Warm, earthy colors from dupre-theme.el [main] # size is in points (fontconfig syntax) @@ -17,15 +17,15 @@ 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 +background=151311f0 +text=f0fef0ff +selection=d7af5fff +selection-text=151311ff +border=d7af5fff +match=d7af5fff +prompt=969385ff +placeholder=6c6a60ff +input=f0fef0ff [border] width=2 |
