From e87376641d3db705166c02dc18cedf145b4f72b8 Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 1 Jul 2026 02:11:27 +0300 Subject: [PATCH] fix: use correct Catppuccin Mocha theme name (with space) --- home/cli.nix | 2 +- home/git.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/cli.nix b/home/cli.nix index eef6a71..7ac0b83 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -69,7 +69,7 @@ programs.bat = { enable = true; config = { - theme = "Catppuccin-mocha"; + theme = "Catppuccin Mocha"; italic-text = "always"; style = "numbers,changes,header"; }; diff --git a/home/git.nix b/home/git.nix index f8b0705..f0aac5b 100644 --- a/home/git.nix +++ b/home/git.nix @@ -27,7 +27,7 @@ light = false; # dark mode line-numbers = true; side-by-side = false; - syntax-theme = "Catppuccin-mocha"; + syntax-theme = "Catppuccin Mocha"; }; }; }