fix: use correct Catppuccin Mocha theme name (with space)
This commit is contained in:
parent
01c8a89eb6
commit
e87376641d
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
|||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "Catppuccin-mocha";
|
||||
theme = "Catppuccin Mocha";
|
||||
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 Mocha";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue