starship: replace git greens with ultraviolet palette colors
This commit is contained in:
+10
-10
@@ -17,12 +17,12 @@ format = '[$symbol](bold fg:#DCD8ED) '
|
||||
disabled = false
|
||||
|
||||
[os.symbols]
|
||||
Windows = ' '
|
||||
Windows = ' '
|
||||
Arch = ' '
|
||||
Ubuntu = ' '
|
||||
Macos = ' '
|
||||
Debian = ' '
|
||||
Alpine = ' '
|
||||
Debian = ' '
|
||||
Alpine = ' '
|
||||
|
||||
# ---
|
||||
|
||||
@@ -54,21 +54,21 @@ format = 'at [$path](fg:#C58FFF)[$read_only]($read_only_style) '
|
||||
symbol = ' '
|
||||
format = 'via [$symbol$branch]($style)'
|
||||
truncation_symbol = '…/'
|
||||
style = 'bold fg:#08BD8A'
|
||||
style = 'bold fg:#6F78FF'
|
||||
|
||||
# Shows current git status
|
||||
[git_status]
|
||||
format = '([ \( $all_status$ahead_behind\)]($style) )'
|
||||
style = 'bold fg:#08BD8A'
|
||||
style = 'bold fg:#6F78FF'
|
||||
conflicted = '[ conflicted=${count}](fg:#FF6FAE) '
|
||||
up_to_date = '[ up-to-date](fg:#08BD8A) '
|
||||
up_to_date = '[ up-to-date](fg:#6F78FF) '
|
||||
untracked = '[ untracked=${count}](fg:#FF6FAE) '
|
||||
ahead = '[ ahead=${count}]'
|
||||
diverged = '[ ahead=${ahead_count} behind=${behind_count}]'
|
||||
behind = '[ behind=${count}]'
|
||||
stashed = '[ stashed=${count}](fg:#08BD8A) '
|
||||
diverged = '[ ahead=${ahead_count} behind=${behind_count}]'
|
||||
behind = '[ behind=${count}]'
|
||||
stashed = '[ stashed=${count}](fg:#C58FFF) '
|
||||
modified = '[ modified=${count}](fg:#E297DB) '
|
||||
staged = '[ staged=${count}](fg:#08BD8A) '
|
||||
staged = '[ staged=${count}](fg:#6F78FF) '
|
||||
renamed = '[ renamed=${count}](fg:#E297DB) '
|
||||
deleted = '[ deleted=${count}](fg:#FF6FAE) '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user