From c747fa6757a04e64804a3d971cbe47ebff01e35d Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 21 Jan 2025 20:08:31 +0100 Subject: [PATCH] ghostty: fix palette --- home/common/ghostty.nix | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 9d44a86..1be3b9c 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -54,24 +54,6 @@ cursor-color = "#e7e7b7"; selection-background = "#84979f"; selection-foreground = "#000000"; - palette = [ - "#000000" - "#ff0035" - "#85ff00" - "#ffc900" - "#00a7ff" - "#cb01ff" - "#00e0ff" - "#b7bec7" - "#444444" - "#ff8c88" - "#baff94" - "#ffe090" - "#88ccff" - "#e38dff" - "#97eeff" - "#ffffff" - ]; }; PatagiaLight = { background = "#fefeff"; @@ -79,24 +61,6 @@ cursor-color = "#aa0000"; selection-background = "#ffe6a4"; selection-foreground = "#483600"; - palette = [ - "#000000" - "#9e001d" - "#306300" - "#deae00" - "#00669e" - "#7d009e" - "#008a9e" - "#f7f7f7" - "#b0b0b0" - "#ff0035" - "#509e00" - "#ffc900" - "#00a7ff" - "#cb01ff" - "#00e0ff" - "#ffffff" - ]; }; }; };