From be628e8e60c7347ef1cb1e1c9df91e789501dbf1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Dec 2023 08:32:09 +0300 Subject: [PATCH] Add more Ghostty configs --- templates/ghosttyConfig.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/ghosttyConfig.nix b/templates/ghosttyConfig.nix index 32cbcfd..e140d43 100644 --- a/templates/ghosttyConfig.nix +++ b/templates/ghosttyConfig.nix @@ -4,6 +4,12 @@ # (toString (pkgs.writeText "base16-theme" myTheme.ghosttyConfig)) # ]; theme: with theme.withHashtag; '' +background = ${base00} +foreground = ${base05} + +selection-background = ${base02} +selection-foreground = ${base00} + palette = 0=${base00} palette = 1=${base08} palette = 2=${base0B}