aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-06 10:14:18 -0600
committerCraig Jennings <c@cjennings.net>2026-02-06 10:14:18 -0600
commitb0b896936e24d382370ff949f49e7be50075e023 (patch)
tree13213e3185adb791722168b5b4d36b27a823e9c7 /dotfiles/common
parent2a2d6334360ff1f6c3f3fc48e07d7520a9e22ee1 (diff)
downloadarchsetup-b0b896936e24d382370ff949f49e7be50075e023.tar.gz
archsetup-b0b896936e24d382370ff949f49e7be50075e023.zip
feat(themes): apply hudson theme across configs
Theme configs updated by set-theme: dunst, foot, fuzzel, hyprlock, waybar CSS.
Diffstat (limited to 'dotfiles/common')
-rw-r--r--dotfiles/common/.config/dunst/dunstrc22
1 files changed, 11 insertions, 11 deletions
diff --git a/dotfiles/common/.config/dunst/dunstrc b/dotfiles/common/.config/dunst/dunstrc
index 6f8a3ec..f27bd33 100644
--- a/dotfiles/common/.config/dunst/dunstrc
+++ b/dotfiles/common/.config/dunst/dunstrc
@@ -1,5 +1,5 @@
-# Dunst config - Dupre theme
-# Warm, earthy colors from dupre-theme.el
+# Dunst config - Hudson theme
+# Tomorrow Night + Goldenrod accent
[global]
# Display
@@ -21,10 +21,10 @@ corner_radius = 10
progress_bar_frame_width = 0
progress_bar_corner_radius = 3
-# Colors - Dupre theme
-foreground = "#f0fef0"
-frame_color = "#d7af5f"
-highlight = "#d7af5f, #ccc768"
+# Colors - Hudson theme
+foreground = "#eeeeee"
+frame_color = "#daa520"
+highlight = "#daa520, #f0c674"
# 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 = "#252321f0"
+background = "#222222f0"
timeout = 3
[urgency_normal]
-background = "#252321f0"
+background = "#222222f0"
timeout = 8
[urgency_critical]
-background = "#7c2a09f0"
-frame_color = "#d47c59"
+background = "#cc6666f0"
+frame_color = "#d54e53"
highlight = "#ff2a00"
-foreground = "#f0fef0"
+foreground = "#eeeeee"
timeout = 0
[fullscreen_delay_everything]