From 1c8359fa4d5c4985eb9ed9e798af11108d0c8384 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 7 Jul 2026 23:30:33 +0200 Subject: [PATCH] Fix deprecated [colors] section in foot.ini foot 1.26.0 renamed [colors] to [colors-dark] (paired with a new [colors-light] for a light theme); the old name still works but logs a deprecation warning on every launch. This is the error you saw in the foot terminal. --- packages/foot/.config/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foot/.config/foot/foot.ini b/packages/foot/.config/foot/foot.ini index d12f88f..e75d223 100644 --- a/packages/foot/.config/foot/foot.ini +++ b/packages/foot/.config/foot/foot.ini @@ -1,5 +1,5 @@ [main] font=monospace:size=11 -[colors] +[colors-dark] alpha=0.95