1
0
Fork 0

Change color for nix-shell on starship

This commit is contained in:
Ethan Reece 2025-07-14 03:57:26 -05:00
parent 4ad69c7f48
commit b588ff8125
Signed by: me
GPG key ID: DD8CE04D5D8FF832

View file

@ -252,10 +252,9 @@ in
+ "$kotlin" + "$kotlin"
+ "$haskell" + "$haskell"
+ "$python" + "$python"
+ "[](fg:green bg:black)" + "[](fg:green bg:sapphire)"
+ "$nix_shell"
+ "[](fg:black bg:sapphire)"
+ "$conda" + "$conda"
+ "$nix_shell"
+ "[](fg:sapphire bg:lavender)" + "[](fg:sapphire bg:lavender)"
+ "$time" + "$time"
+ "[ ](fg:lavender)" + "[ ](fg:lavender)"
@ -374,8 +373,8 @@ in
}; };
nix_shell = { nix_shell = {
symbol = "󱄅"; symbol = "󱄅";
style = "bg:black"; style = "fg:crust bg:sapphire";
format = ''[[ $symbol( $name) ](fg:blue bg:black)]($style)''; format = ''[[ $symbol( $name) ](fg:crust bg:sapphire)]($style)'';
}; };
time = { time = {
disabled = false; disabled = false;