diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 23:17:58 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 23:17:58 +0200 |
| commit | 36fad417a9335981cf62e7d4cbaa877de54023cf (patch) | |
| tree | 9112fda9deddec23817968ca8a90b54ac0cb5751 | |
| parent | c7b937830feb07e35e1b8d48f453b4c40ff32987 (diff) | |
| download | dotfiles-36fad417a9335981cf62e7d4cbaa877de54023cf.tar.gz dotfiles-36fad417a9335981cf62e7d4cbaa877de54023cf.zip | |
feat(bat): use ansi theme so previews adapt to foot color theme
| -rw-r--r-- | .config/bat/config | 3 |
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" |
