dark theme

This commit is contained in:
Tim Schubert 2023-07-13 19:05:37 +02:00
parent ea0f94ea49
commit 14934251b9
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ in
tabwidth = 4;
};
alias = { };
pager = "delta --light";
pager = "delta";
};
column.ui = "never";
checkout.defaultRemote = "origin";

View file

@ -1,4 +1,4 @@
theme = "emacs"
theme = "autumn"
[editor]
line-number = "relative"