diff --git a/.config/starship.toml b/.config/starship.toml index de906ca..3f9dbdc 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -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) '