From d1f84e5c3aa6fa9961c761822a56a0d274fc6711 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 7 Mar 2026 12:43:05 -0600 Subject: 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). --- dotfiles/hyprland/.config/foot/foot.ini | 2 +- dotfiles/hyprland/.config/themes/dupre/foot.ini | 2 +- 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 -- cgit v1.2.3