Change color for nix-shell on starship
This commit is contained in:
parent
4ad69c7f48
commit
b588ff8125
1 changed files with 4 additions and 5 deletions
|
@ -252,10 +252,9 @@ in
|
|||
+ "$kotlin"
|
||||
+ "$haskell"
|
||||
+ "$python"
|
||||
+ "[](fg:green bg:black)"
|
||||
+ "$nix_shell"
|
||||
+ "[](fg:black bg:sapphire)"
|
||||
+ "[](fg:green bg:sapphire)"
|
||||
+ "$conda"
|
||||
+ "$nix_shell"
|
||||
+ "[](fg:sapphire bg:lavender)"
|
||||
+ "$time"
|
||||
+ "[ ](fg:lavender)"
|
||||
|
@ -374,8 +373,8 @@ in
|
|||
};
|
||||
nix_shell = {
|
||||
symbol = "";
|
||||
style = "bg:black";
|
||||
format = ''[[ $symbol( $name) ](fg:blue bg:black)]($style)'';
|
||||
style = "fg:crust bg:sapphire";
|
||||
format = ''[[ $symbol( $name) ](fg:crust bg:sapphire)]($style)'';
|
||||
};
|
||||
time = {
|
||||
disabled = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue