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"
|
+ "$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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue