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/common/.config/dunst | |
| 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/common/.config/dunst')
| -rw-r--r-- | dotfiles/common/.config/dunst/dunstrc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dotfiles/common/.config/dunst/dunstrc b/dotfiles/common/.config/dunst/dunstrc index f27bd33..0847fdf 100644 --- a/dotfiles/common/.config/dunst/dunstrc +++ b/dotfiles/common/.config/dunst/dunstrc @@ -1,5 +1,5 @@ -# Dunst config - Hudson theme -# Tomorrow Night + Goldenrod accent +# Dunst config - Dupre theme +# Warm, earthy colors from dupre-theme.el [global] # Display @@ -21,10 +21,10 @@ corner_radius = 10 progress_bar_frame_width = 0 progress_bar_corner_radius = 3 -# Colors - Hudson theme -foreground = "#eeeeee" -frame_color = "#daa520" -highlight = "#daa520, #f0c674" +# Colors - Dupre theme +foreground = "#f0fef0" +frame_color = "#d7af5f" +highlight = "#d7af5f, #ccc768" # Text (size in points, Pango syntax) font = BerkeleyMono Nerd Font 10 @@ -50,18 +50,18 @@ mouse_middle_click = do_action, close_current mouse_right_click = close_all [urgency_low] -background = "#222222f0" +background = "#151311f0" timeout = 3 [urgency_normal] -background = "#222222f0" +background = "#151311f0" timeout = 8 [urgency_critical] -background = "#cc6666f0" -frame_color = "#d54e53" +background = "#7c2a09f0" +frame_color = "#d47c59" highlight = "#ff2a00" -foreground = "#eeeeee" +foreground = "#f0fef0" timeout = 0 [fullscreen_delay_everything] |
