From c3ec3f882a2e1851ece211de276d47ccec802dd6 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Tue, 16 Sep 2025 08:49:03 +0200 Subject: [PATCH] ghostty: Fix Rose Pine theme --- modules/home-manager/colors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/colors.nix b/modules/home-manager/colors.nix index 8f13e93..0efdf55 100644 --- a/modules/home-manager/colors.nix +++ b/modules/home-manager/colors.nix @@ -15,7 +15,7 @@ }; }; - ghostty.settings.theme = "rose-pine"; + ghostty.settings.theme = "Rose Pine"; helix.settings.theme = "rose_pine"; };