summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-18 23:17:58 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-18 23:17:58 +0200
commit36fad417a9335981cf62e7d4cbaa877de54023cf (patch)
tree9112fda9deddec23817968ca8a90b54ac0cb5751
parentc7b937830feb07e35e1b8d48f453b4c40ff32987 (diff)
downloaddotfiles-36fad417a9335981cf62e7d4cbaa877de54023cf.tar.gz
dotfiles-36fad417a9335981cf62e7d4cbaa877de54023cf.zip
feat(bat): use ansi theme so previews adapt to foot color theme
-rw-r--r--.config/bat/config3
1 files changed, 3 insertions, 0 deletions
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"