From 792cb67dd26f89fdef73b1e8a9ccc4a6719e69b3 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 25 Nov 2024 09:16:35 +0100 Subject: [PATCH] chore(ghostty): change theme --- programs/ghostty.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/programs/ghostty.nix b/programs/ghostty.nix index 299ea2c..11b0ef8 100644 --- a/programs/ghostty.nix +++ b/programs/ghostty.nix @@ -7,14 +7,11 @@ packages = [ghostty.packages.${pkgs.system}.default]; file.".config/ghostty/config".text = '' - theme = Ubuntu + theme = rose-pine font-family = Iosevka Nerd Font font-size = 12 font-feature = -calt font-feature = -dlig - - selection-foreground = #908caa - selection-background = #26233a ''; }; }