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 = { 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";
}; };

View file

@ -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";
}; };
}; };
} }