From 1b1fa6f39623060ff89e76a4708eed1e82a339c3 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 7 Nov 2023 00:07:06 +0100 Subject: [PATCH] test starship config --- modules/home/starship/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index 25397c8..c9e801e 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -14,8 +14,8 @@ }; character = { - success_symbol = "[ ](bold #89dceb)[ ➜](bold green)"; - error_symbol = "[ ](bold #89dceb)[ ➜](bold red)"; + success_symbol = "[ ](bold #94e2d5)[ ➜](bold green)"; + error_symbol = "[ ](bold #94e2d5)[ ➜](bold red)"; # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)"; };