mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
unified themes
This commit is contained in:
parent
1802f4a4a3
commit
6f8572dfb0
2 changed files with 42 additions and 26 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue