unified themes

This commit is contained in:
Léana 江 2023-11-24 23:43:32 +01:00 committed by Léana 江
parent 1802f4a4a3
commit 6f8572dfb0
2 changed files with 42 additions and 26 deletions

View file

@ -1,3 +1,5 @@
"$schema" = 'https://starship.rs/config-schema.json'
format = '''
$status$hostname$directory$python$username
$character
@ -7,10 +9,10 @@ right_format = '$cmd_duration$git_state$git_branch$git_commit$git_status'
palette = 'lilac'
[palettes.lilac]
accent = '#875fff'
accent = "#645199" # Haskell purple
accent_trans = '#efebfc'
warning = '#ff5f00'
hint = '#aaaaaa'
warning = "#e45649"
hint = "#a0a1a7"
error = '#c82829'
[hostname]
@ -51,6 +53,7 @@ format = '( [\($virtualenv\)]($style))'
[cmd_duration]
min_time = 5_000
show_milliseconds = true
style = 'hint italic'
format = '([$duration]($style) )'
[git_state]