diff --git a/starship.toml b/starship.toml index 79b8532..b4b63ca 100644 --- a/starship.toml +++ b/starship.toml @@ -7,16 +7,18 @@ palette = 'transfem' [palettes.transfem] blue='#73DEFF' +green='#eeffe2' +yellow='#ffddaf' + # blue #73DEFF # pastel pink #FFE2EE # pink #FFB5D6 -primary = '#73DEFF' +# primary = '#73DEFF' +primary = '#aff9ff' secondary = '#FFE2EE' tertiary = '#FFB5D6' -# red = '' - # Inserts a blank line between shell prompts add_newline = "true" @@ -44,9 +46,10 @@ format="[@$hostname]($style)" style="bold secondary" [directory] -format="$path" +format="[$path]($style)" truncation_length = 3 truncation_symbol = '.../' +style="bold yellow" [git_branch] format="([$symbol $branch]($style))"