diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-07 12:43:05 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-07 12:43:05 -0600 |
| commit | d1f84e5c3aa6fa9961c761822a56a0d274fc6711 (patch) | |
| tree | 0653e9838c0d67b84feaffc57701059f6f23d3c2 /dotfiles | |
| parent | 60943e96a6a6a9fe6e8d368f9db2bf9aedf1a6bc (diff) | |
fix(foot): rename [colors] to [colors-dark] for foot update
Foot deprecated [colors] section in favor of [colors-dark]. Updated
all three foot configs (main, dupre theme, hudson theme).
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/foot/foot.ini | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/foot.ini | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/hudson/foot.ini | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/hyprland/.config/foot/foot.ini b/dotfiles/hyprland/.config/foot/foot.ini index 48c26a6..f605a9a 100644 --- a/dotfiles/hyprland/.config/foot/foot.ini +++ b/dotfiles/hyprland/.config/foot/foot.ini @@ -9,7 +9,7 @@ pad=8x8 [scrollback] lines=10000 -[colors] +[colors-dark] # Dupre theme colors (from Emacs dupre-theme.el) background=151311 foreground=f0fef0 diff --git a/dotfiles/hyprland/.config/themes/dupre/foot.ini b/dotfiles/hyprland/.config/themes/dupre/foot.ini index 48c26a6..f605a9a 100644 --- a/dotfiles/hyprland/.config/themes/dupre/foot.ini +++ b/dotfiles/hyprland/.config/themes/dupre/foot.ini @@ -9,7 +9,7 @@ pad=8x8 [scrollback] lines=10000 -[colors] +[colors-dark] # Dupre theme colors (from Emacs dupre-theme.el) background=151311 foreground=f0fef0 diff --git a/dotfiles/hyprland/.config/themes/hudson/foot.ini b/dotfiles/hyprland/.config/themes/hudson/foot.ini index 2ef78d4..58ab441 100644 --- a/dotfiles/hyprland/.config/themes/hudson/foot.ini +++ b/dotfiles/hyprland/.config/themes/hudson/foot.ini @@ -9,7 +9,7 @@ pad=8x8 [scrollback] lines=10000 -[colors] +[colors-dark] # Hudson theme - Tomorrow Night + Goldenrod accent background=222222 foreground=eeeeee |
