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
|
- [docs/cheatsheet.md](docs/cheatsheet.md) - quick commands
|
||||||
|
|
||||||
See also [garden.md](garden.md) for host naming scheme.
|
See also [garden.md](garden.md) for host naming scheme.
|
||||||
|
test
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
theme = "Catppuccin Mocha";
|
theme = "Catppuccin Macchiato";
|
||||||
italic-text = "always";
|
italic-text = "always";
|
||||||
style = "numbers,changes,header";
|
style = "numbers,changes,header";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
light = false; # dark mode
|
light = false; # dark mode
|
||||||
line-numbers = true;
|
line-numbers = true;
|
||||||
side-by-side = false;
|
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