From 3e481ccb4828ce7c5ddbbcae72b2fd84410d665f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 12 May 2024 01:08:46 -0400 Subject: [PATCH] =?UTF-8?q?vscodium:=20switch=20default=20theme=20to=20cat?= =?UTF-8?q?ppuccin=20frapp=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homeManagerModules/apps/vsCodium/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeManagerModules/apps/vsCodium/default.nix b/homeManagerModules/apps/vsCodium/default.nix index 540487ac..0bbf6050 100644 --- a/homeManagerModules/apps/vsCodium/default.nix +++ b/homeManagerModules/apps/vsCodium/default.nix @@ -30,13 +30,13 @@ "window.zoomPerWindow" = false; "workbench.colorTheme" = if config.alyraffauf.desktop.theme.colors.preferDark - then "Catppuccin Macchiato" + then "Catppuccin Frappé" else "Catppuccin Latte"; "workbench.iconTheme" = if config.alyraffauf.desktop.theme.colors.preferDark - then "catppuccin-macchiato" + then "catppuccin-frappe" else "catppuccin-latte"; - "workbench.preferredDarkColorTheme" = "Catppuccin Macchiato"; + "workbench.preferredDarkColorTheme" = "Catppuccin Frappé"; "workbench.preferredLightColorTheme" = "Catppuccin Latte"; };