From ee28fe22c5b601f7c83d1e888581415de6c10d10 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 Jan 2026 21:49:31 -0600 Subject: 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 --- dotfiles/common/.config/dunst/dunstrc | 22 +++++++------- dotfiles/hyprland/.config/foot/foot.ini | 44 ++++++++++++++-------------- dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 22 +++++++------- dotfiles/hyprland/.config/hypr/hyprlock.conf | 22 +++++++------- dotfiles/hyprland/.config/waybar/style.css | 40 ++++++++++++------------- 5 files changed, 75 insertions(+), 75 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] diff --git a/dotfiles/hyprland/.config/foot/foot.ini b/dotfiles/hyprland/.config/foot/foot.ini index 4e9681c..8fe19b3 100644 --- a/dotfiles/hyprland/.config/foot/foot.ini +++ b/dotfiles/hyprland/.config/foot/foot.ini @@ -1,5 +1,5 @@ -# foot terminal configuration - Hudson theme -# Tomorrow Night + Goldenrod accent +# foot terminal configuration - Dupre theme +# Warm, earthy colors from dupre-theme.el [main] term=xterm-256color @@ -10,29 +10,29 @@ pad=8x8 lines=10000 [colors] -# Hudson theme - Tomorrow Night + Goldenrod accent -background=222222 -foreground=eeeeee +# Dupre theme colors (from Emacs dupre-theme.el) +background=151311 +foreground=f0fef0 -# Regular colors (0-7) -regular0=222222 # black -regular1=cc6666 # red -regular2=b5bd68 # green -regular3=f0c674 # yellow -regular4=81a2be # blue +# Regular colors (0-7) - dupre palette +regular0=252321 # black (dupre-bg+1) +regular1=d47c59 # red (dupre-red) +regular2=a4ac64 # green (dupre-green) +regular3=d7af5f # yellow (dupre-yellow) +regular4=67809c # blue (dupre-blue) regular5=b294bb # magenta -regular6=8abeb7 # cyan -regular7=c5c8c6 # white +regular6=8a9496 # cyan (dupre-steel) +regular7=d0cbc0 # white (dupre-gray+2) # Bright colors (8-15) -bright0=444444 # bright black -bright1=d54e53 # bright red -bright2=b9ca4a # bright green -bright3=e0b040 # bright yellow (adjusted for gold) -bright4=7aa6da # bright blue +bright0=474544 # bright black (dupre-bg+2) +bright1=edb08f # bright red (dupre-red+1) +bright2=ccc768 # bright green (dupre-green+1) +bright3=ffd75f # bright yellow (dupre-yellow+1) +bright4=b2c3cc # bright blue (dupre-blue+1) bright5=c397d8 # bright magenta -bright6=70c0b1 # bright cyan -bright7=eeeeee # bright white +bright6=acb0b3 # bright cyan (dupre-steel+1) +bright7=f0fef0 # bright white (dupre-fg) -# Cursor: goldenrod on dark -cursor=222222 daa520 +# Cursor: muted gold on dark +cursor=151311 d7af5f 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 diff --git a/dotfiles/hyprland/.config/hypr/hyprlock.conf b/dotfiles/hyprland/.config/hypr/hyprlock.conf index f9c08bb..fd85651 100644 --- a/dotfiles/hyprland/.config/hypr/hyprlock.conf +++ b/dotfiles/hyprland/.config/hypr/hyprlock.conf @@ -1,5 +1,5 @@ -# Hyprlock configuration - Hudson theme -# Tomorrow Night + Goldenrod accent +# Hyprlock configuration - Dupre theme +# Warm, earthy colors from dupre-theme.el general { disable_loading_bar = false @@ -25,7 +25,7 @@ label { monitor = text = $TIME12 text_align = center - color = rgb(bbbbbb) + color = rgb(969385) font_size = 64 font_family = BerkeleyMono Nerd Font position = 0, 15% @@ -40,7 +40,7 @@ image { size = 120 rounding = -1 border_size = 3 - border_color = rgb(daa520) + border_color = rgb(d7af5f) position = 0, 0% halign = center valign = center @@ -54,7 +54,7 @@ label { monitor = text = $USER text_align = center - color = rgb(daa520) + color = rgb(d7af5f) font_size = 36 font_family = BerkeleyMono Nerd Font position = 0, -7% @@ -71,19 +71,19 @@ input-field { dots_spacing = 0.15 dots_center = true dots_rounding = -1 - outer_color = rgb(222222) - inner_color = rgb(222222) - font_color = rgb(bbbbbb) + outer_color = rgb(151311) + inner_color = rgb(151311) + font_color = rgb(969385) fade_on_empty = true fade_timeout = 1000 placeholder_text = Password... hide_input = false rounding = 8 - check_color = rgb(daa520) - fail_color = rgb(d54e53) + check_color = rgb(d7af5f) + fail_color = rgb(d47c59) fail_text = $FAIL ($ATTEMPTS) fail_transition = 300 - capslock_color = rgb(e0b040) + capslock_color = rgb(ccc768) numlock_color = -1 bothlock_color = -1 invert_numlock = false diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index 299f1c2..18ba0f1 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -1,5 +1,5 @@ -/* Waybar style - Hudson theme */ -/* Tomorrow Night + Goldenrod accent */ +/* Waybar style - Dupre theme */ +/* Warm, earthy colors from dupre-theme.el */ * { border: none; @@ -22,27 +22,27 @@ window#waybar { padding: 0.5rem; margin: 0.2rem; background-color: transparent; - color: #bbbbbb; + color: #969385; border-radius: 1rem; transition: all 0.3s ease; } #workspaces button.active { - background: #daa520; - color: #222222; + background: #d7af5f; + color: #151311; border-radius: 1rem; } #workspaces button.urgent { - background-color: rgba(255, 88, 88, 0.4); + background-color: rgba(212, 124, 89, 0.4); } .modules-right, .modules-left { - background-color: #222222; + background-color: #151311; border-radius: 1rem; padding: 0.2rem 0.6rem; margin: 0.3rem; - border: 0.095rem solid #daa520; + border: 0.095rem solid #d7af5f; box-shadow: 0rem 0.2rem 0.4rem rgba(0,0,0,0.5); } @@ -59,7 +59,7 @@ window#waybar { #window { padding: 0.4rem; margin: 0.3rem; - color: #bbbbbb; + color: #969385; background-color: transparent; border-radius: 1rem; } @@ -78,44 +78,44 @@ window#waybar { #wireplumber:hover, #sysmonitor:hover, #custom-layout:hover { - background-color: #444444; + background-color: #474544; border-radius: 1rem; } #clock { - color: #eeeeee; + color: #f0fef0; } #wireplumber { - color: #bbbbbb; + color: #969385; } #custom-netspeed.disconnected { - color: #ff5858; + color: #d47c59; } #temperature.warning { - color: #daa520; + color: #d7af5f; } #temperature.critical { - color: #ff5858; + color: #d47c59; } #custom-disk.warning { - color: #daa520; + color: #d7af5f; } #custom-disk.critical { - color: #ff5858; + color: #d47c59; } #battery.warning { - color: #daa520; + color: #d7af5f; } #battery.critical { - color: #ff5858; + color: #d47c59; } #tray > .passive { @@ -124,5 +124,5 @@ window#waybar { #tray > .needs-attention { -gtk-icon-effect: highlight; - background-color: #daa520; + background-color: #d7af5f; } -- cgit v1.2.3