From bd0803dc050f90e0913fcbfea43ea30cf5ce00b9 Mon Sep 17 00:00:00 2001 From: Violet Millie Date: Tue, 4 Jun 2024 21:27:26 +0100 Subject: [PATCH] Further colouring tweakings --- starship.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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))"