From 33108712160193a32f82a1613295696d844e20a6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 14 Feb 2024 22:33:14 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 8759338d..b172545a 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -3,8 +3,8 @@ let orangeColor = "#${config.lib.stylix.colors.base09}"; yellowColor = "#${config.lib.stylix.colors.base0A}"; blueColor = "#${config.lib.stylix.colors.base0D}"; - whiteColor = "#${config.lib.stylix.colors.base05}"; - blackColor = "#${config.lib.stylix.colors.base01}"; + whiteColor = "#${config.lib.stylix.colors.base06}"; + blackColor = "#${config.lib.stylix.colors.base00}"; redColor = "#${config.lib.stylix.colors.base08}"; in {