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 = {
|
bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.style = "numbers,changes";
|
config = {
|
||||||
|
style = "numbers,changes";
|
||||||
|
theme = "base16";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
lazygit = {
|
lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue