From 55fefe17a51d4e071ecd5010c5efacbc79d767d0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 30 Apr 2024 21:22:15 +0200 Subject: [PATCH] Switch terminal light theme --- modules/home/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index 64fd659..ba0fb80 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -20,7 +20,7 @@ theme = { dark = "Default"; - light = "Adwaita light"; + light = "GitHub Light"; } ."${config.myConfig.de.theme}"; };