From 58eff3e8f61f9732c8222a88c8869f9abd24b742 Mon Sep 17 00:00:00 2001
From: Frost-Phoenix <67cyril6767@gmail.com>
Date: Tue, 7 Nov 2023 00:08:44 +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 c9e801e..3ca1999 100755
--- a/modules/home/starship/default.nix
+++ b/modules/home/starship/default.nix
@@ -14,8 +14,8 @@
       };
 
       character = {
-        success_symbol = "[ ](bold #94e2d5)[ ➜](bold green)";
-        error_symbol = "[ ](bold #94e2d5)[ ➜](bold red)";
+        success_symbol = "[ ](bold #89b4fa)[ ➜](bold green)";
+        error_symbol = "[ ](bold #89b4fa)[ ➜](bold red)";
         # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
       };