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
|
disabled = false
|
||||||
|
|
||||||
[os.symbols]
|
[os.symbols]
|
||||||
Windows = ' '
|
Windows = ' '
|
||||||
Arch = ' '
|
Arch = ' '
|
||||||
Ubuntu = ' '
|
Ubuntu = ' '
|
||||||
Macos = ' '
|
Macos = ' '
|
||||||
Debian = ' '
|
Debian = ' '
|
||||||
Alpine = ' '
|
Alpine = ' '
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
@@ -54,21 +54,21 @@ format = 'at [$path](fg:#C58FFF)[$read_only]($read_only_style) '
|
|||||||
symbol = ' '
|
symbol = ' '
|
||||||
format = 'via [$symbol$branch]($style)'
|
format = 'via [$symbol$branch]($style)'
|
||||||
truncation_symbol = '…/'
|
truncation_symbol = '…/'
|
||||||
style = 'bold fg:#08BD8A'
|
style = 'bold fg:#6F78FF'
|
||||||
|
|
||||||
# Shows current git status
|
# Shows current git status
|
||||||
[git_status]
|
[git_status]
|
||||||
format = '([ \( $all_status$ahead_behind\)]($style) )'
|
format = '([ \( $all_status$ahead_behind\)]($style) )'
|
||||||
style = 'bold fg:#08BD8A'
|
style = 'bold fg:#6F78FF'
|
||||||
conflicted = '[ conflicted=${count}](fg:#FF6FAE) '
|
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) '
|
untracked = '[ untracked=${count}](fg:#FF6FAE) '
|
||||||
ahead = '[ ahead=${count}]'
|
ahead = '[ ahead=${count}]'
|
||||||
diverged = '[ ahead=${ahead_count} behind=${behind_count}]'
|
diverged = '[ ahead=${ahead_count} behind=${behind_count}]'
|
||||||
behind = '[ behind=${count}]'
|
behind = '[ behind=${count}]'
|
||||||
stashed = '[ stashed=${count}](fg:#08BD8A) '
|
stashed = '[ stashed=${count}](fg:#C58FFF) '
|
||||||
modified = '[ modified=${count}](fg:#E297DB) '
|
modified = '[ modified=${count}](fg:#E297DB) '
|
||||||
staged = '[ staged=${count}](fg:#08BD8A) '
|
staged = '[ staged=${count}](fg:#6F78FF) '
|
||||||
renamed = '[ renamed=${count}](fg:#E297DB) '
|
renamed = '[ renamed=${count}](fg:#E297DB) '
|
||||||
deleted = '[ deleted=${count}](fg:#FF6FAE) '
|
deleted = '[ deleted=${count}](fg:#FF6FAE) '
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user