From 36fad417a9335981cf62e7d4cbaa877de54023cf Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 18 May 2026 23:17:58 +0200 Subject: feat(bat): use ansi theme so previews adapt to foot color theme --- .config/bat/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/bat/config (limited to '.config/bat') diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..4e724d9 --- /dev/null +++ b/.config/bat/config @@ -0,0 +1,3 @@ +# Use the terminal's 16 ANSI colors so the output adapts to both +# the dark and light foot color themes. +--theme="ansi" -- cgit v1.3.1