From 1f24ba2e7431b13537077c3760322d6d8bec29ba Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 4 Dec 2024 15:47:30 +0100 Subject: [PATCH] fix(ghostty): unset selection colors --- programs/ghostty.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/programs/ghostty.nix b/programs/ghostty.nix index 8299bb1..77f6536 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 = light:catppuccin-latte,dark:rose-pine + theme = light:catppuccin-latte,dark:catppuccin-mocha font-family = Iosevka Nerd Font font-size = 12 font-feature = -calt font-feature = -dlig - - selection-foreground = #908caa - selection-background = #26233a ''; }; }