fix: use correct Catppuccin Mocha theme name (with space)

This commit is contained in:
mikl 2026-07-01 02:11:27 +03:00
parent 01c8a89eb6
commit e87376641d
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@
programs.bat = {
enable = true;
config = {
theme = "Catppuccin-mocha";
theme = "Catppuccin Mocha";
italic-text = "always";
style = "numbers,changes,header";
};

View file

@ -27,7 +27,7 @@
light = false; # dark mode
line-numbers = true;
side-by-side = false;
syntax-theme = "Catppuccin-mocha";
syntax-theme = "Catppuccin Mocha";
};
};
}