Further colouring tweakings

This commit is contained in:
Violet Millie 2024-06-04 21:27:26 +01:00
parent 29ced9b4f3
commit bd0803dc05
1 changed files with 7 additions and 4 deletions

View File

@ -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))"