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 = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
theme = "Catppuccin-mocha";
|
theme = "Catppuccin Mocha";
|
||||||
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 Mocha";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue