Further colouring tweakings
This commit is contained in:
parent
29ced9b4f3
commit
bd0803dc05
|
@ -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))"
|
||||
|
|
Loading…
Reference in New Issue