bat: use base16 theme
This commit is contained in:
parent
a3fd2ee27e
commit
418ef5a797
1 changed files with 4 additions and 1 deletions
|
|
@ -70,7 +70,10 @@
|
|||
};
|
||||
bat = {
|
||||
enable = true;
|
||||
config.style = "numbers,changes";
|
||||
config = {
|
||||
style = "numbers,changes";
|
||||
theme = "base16";
|
||||
};
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue