From be7a6724d551bc55ea435cc75c0ff0c161d137f0 Mon Sep 17 00:00:00 2001 From: Daniel Lundin <dln@arity.se> Date: Tue, 21 Jan 2025 20:08:31 +0100 Subject: [PATCH] ghostty: fix palette --- home/common/ghostty.nix | 53 ----------------------------------------- 1 file changed, 53 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 9d44a86..97c138e 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -35,7 +35,6 @@ window-padding-balance = true; window-padding-color = "extend"; window-theme = "system"; - theme = "light:PatagiaLight,dark:PatagiaDark"; keybind = [ "alt+shift+c=copy_to_clipboard" @@ -47,58 +46,6 @@ "super+enter=toggle_fullscreen" ]; }; - themes = { - PatagiaDark = { - background = if config.patagia.oled.enable then "#000000" else "#14151a"; - foreground = "#b7bec7"; - 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"; - foreground = "#222222"; - 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" - ]; - }; - }; }; xdg.desktopEntries = {