From bd85c457553f68534fce04fd682f3d57b8917f47 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 01:14:32 -0600 Subject: feat(themes): apply Dupre theme to Hyprland dotfiles Update foot, hyprlock, waybar, Xresources, and dunst configs with warm earthy colors from dupre-theme.el. Standardize on BerkeleyMono font across terminal configs. --- dotfiles/hyprland/.config/foot/foot.ini | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'dotfiles/hyprland/.config/foot') diff --git a/dotfiles/hyprland/.config/foot/foot.ini b/dotfiles/hyprland/.config/foot/foot.ini index a96778c..8837f92 100644 --- a/dotfiles/hyprland/.config/foot/foot.ini +++ b/dotfiles/hyprland/.config/foot/foot.ini @@ -1,5 +1,5 @@ -# foot terminal configuration -# Minimal config matching DWM color scheme +# 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] -# DWM-inspired colors: gray1=#222222, gray2=#444444, gray3=#bbbbbb, gray4=#eeeeee, cyan=#daa520 -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=e7c547 # bright yellow -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: background foreground (golden on dark) -cursor=222222 daa520 +# Cursor: muted gold on dark +cursor=151311 d7af5f -- cgit v1.2.3