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/hyprland/.config/hypr/hyprlock.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'dotfiles/hyprland/.config/hypr/hyprlock.conf') 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 -- cgit v1.2.3