feat: fix bat themes

This commit is contained in:
Jet 2026-05-31 16:35:49 -07:00
parent 77d8cf1b36
commit 598e0e49f6
No known key found for this signature in database
3 changed files with 15 additions and 35 deletions

View file

@ -49,7 +49,9 @@
ui = {
default-command = "log";
editor = "hx";
pager = "bat --style=plain";
# Avoid bat's automatic terminal background query leaking into shell input
# when jj runs it as a pager with stdin connected to jj output.
pager = "bat --style=plain --theme=TwoDark";
};
diff.tool = [
"difft"