diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-06 10:14:18 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-06 10:14:18 -0600 |
| commit | 2361b69ffad9407aff9e57d2229bbaf96b0ef091 (patch) | |
| tree | bb143584ab384252f00b98caf18d583910a50f35 /dotfiles/hyprland/.config/fuzzel | |
| parent | 3586344baa2cd126ee5c7330f7ec5c67213e3b8d (diff) | |
| download | archsetup-2361b69ffad9407aff9e57d2229bbaf96b0ef091.tar.gz archsetup-2361b69ffad9407aff9e57d2229bbaf96b0ef091.zip | |
feat(themes): apply hudson theme across configs
Theme configs updated by set-theme: dunst, foot, fuzzel, hyprlock, waybar CSS.
Diffstat (limited to 'dotfiles/hyprland/.config/fuzzel')
| -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 f00ac8a..39dabc0 100644 --- a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini +++ b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini @@ -1,5 +1,5 @@ -# Fuzzel config - Dupre theme -# Warm, earthy colors from dupre-theme.el +# Fuzzel config - Hudson theme +# Tomorrow Night + Goldenrod accent [main] # size is in points (fontconfig syntax) @@ -17,15 +17,15 @@ 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 +background=222222f0 +text=eeeeeeff +selection=daa520ff +selection-text=222222ff +border=daa520ff +match=daa520ff +prompt=bbbbbbff +placeholder=888888ff +input=eeeeeeff [border] width=2 |
