From 06b0836deda19dbd8115d1123244b79fbd784407 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 21 Jul 2026 13:42:16 +0200 Subject: foot: Rename section to `colors-dark` The `colors` section in foot was split to `colors-dark` and `colors-light`. Sadly there is no config file which is suitable for current Arch Linux and Debian Bookworm. Both setups should be supported but since Arch takes precedence the new section name is now tracked here. Debian Bookworm users can still adapt this on a separate branch or let the change uncommitted. --- foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foot/foot.ini b/foot/foot.ini index 2ec9c1a..e8463d3 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -3,7 +3,7 @@ font=JetBrainsMono-Regular:size=13 dpi-aware=no include=/usr/share/foot/themes/kitty -[colors] +[colors-dark] alpha=0.85 background=1d1f21 -- cgit v1.3.1