feat: fix bat themes
This commit is contained in:
parent
77d8cf1b36
commit
598e0e49f6
3 changed files with 15 additions and 35 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue