style: switch to Catppuccin Macchiato theme
This commit is contained in:
parent
e87376641d
commit
98347f1e4c
4 changed files with 4 additions and 2 deletions
|
|
@ -30,3 +30,4 @@ sudo nixos-rebuild switch --flake .#muscari
|
|||
- [docs/cheatsheet.md](docs/cheatsheet.md) - quick commands
|
||||
|
||||
See also [garden.md](garden.md) for host naming scheme.
|
||||
test
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "Catppuccin Mocha";
|
||||
theme = "Catppuccin Macchiato";
|
||||
italic-text = "always";
|
||||
style = "numbers,changes,header";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
light = false; # dark mode
|
||||
line-numbers = true;
|
||||
side-by-side = false;
|
||||
syntax-theme = "Catppuccin Mocha";
|
||||
syntax-theme = "Catppuccin Macchiato";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
1
temp.txt
Normal file
1
temp.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
testing this thing
|
||||
Loading…
Reference in a new issue