fix(starship): use palette correctly

This commit is contained in:
winston 2023-02-20 20:44:05 +01:00
parent 2f455e6514
commit 985d70b152
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -30,11 +30,11 @@ $rust\
[](fg:green bg:blue)\ [](fg:green bg:blue)\
$package\ $package\
$nix_shell\ $nix_shell\
[](fg:blue bg:purple)\ [](fg:blue bg:mauve)\
$azure\ $azure\
$docker_context\ $docker_context\
$kubernetes\ $kubernetes\
[](fg:purple)\ [](fg:mauve)\
$line_break\ $line_break\
$shell\ $shell\
$character""" $character"""
@ -287,32 +287,32 @@ style = 'bg:blue fg:#000000'
[aws] [aws]
symbol = ' ' symbol = ' '
format = '[ $symbol($profile)(\($region\))(\[$duration\]) ]($style)' format = '[ $symbol($profile)(\($region\))(\[$duration\]) ]($style)'
style = 'bg:purple fg:#000000' style = 'bg:mauve fg:#000000'
[docker_context] [docker_context]
symbol = ' ' symbol = ' '
format = '[ $symbol$context ]($style)' format = '[ $symbol$context ]($style)'
style = 'bg:purple fg:#000000' style = 'bg:mauve fg:#000000'
[gcloud] [gcloud]
symbol = ' ' symbol = ' '
format = '[ $symbol$account(@$domain)(\($region\)) ]($style)' format = '[ $symbol$account(@$domain)(\($region\)) ]($style)'
style = 'bg:purple fg:#000000' style = 'bg:mauve fg:#000000'
[kubernetes] [kubernetes]
symbol = ' ' symbol = ' '
format = '[ $symbol($cluster/$namespace) ]($style)' format = '[ $symbol($cluster/$namespace) ]($style)'
disabled = false disabled = false
style = 'bg:purple fg:#000000' style = 'bg:mauve fg:#000000'
[openstack] [openstack]
symbol = ' ' symbol = ' '
format = '[ $symbol$cloud(\($project\)) ]($style)' format = '[ $symbol$cloud(\($project\)) ]($style)'
style = 'bg:purple fg:#000000' style = 'bg:mauve fg:#000000'
[terraform] [terraform]
format = '[ $symbol$workspace ]($style)' format = '[ $symbol$workspace ]($style)'
style = 'bg:purple fg:#000000' style = 'bg:mauve fg:#000000'
### STATUS INDICATORS ### STATUS INDICATORS