From daf1a640a7630ec1d68d525a9efa44ae873bccae Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Wed, 5 Mar 2025 15:19:23 +0100 Subject: [PATCH] starship: update theme/config --- dot-config/starship.toml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/dot-config/starship.toml b/dot-config/starship.toml index e4256933..0ca93029 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -4,17 +4,19 @@ command_timeout = 1200 format = """ [░▒▓](fg:bright-black)\ -[  ](bg:bright-black fg:#DDDAEC)\ -[](bg:green fg:bright-black)\ +[$time ](bg:bright-black fg:white)\ +[](fg:bright-black bg:bright-red)\ $directory\ -[](fg:green bg:19)\ +[ ](fg:red bg:yellow)\ ${git_branch}\ ${git_commit}\ ${git_state}\ ${git_status}\ -[](fg:19 bg:yellow)\ -$time\ -[ ](fg:yellow bg:default)\ +[ ](fg:yellow bg:green)\ +[ ](fg:green bg:bright-black)\ +$c\ +$rust\ +[  ](bg:bright-black fg:189)[](fg:bright-black bg:default)\ \n$character""" [character] @@ -22,25 +24,27 @@ success_symbol = '[❯](bold green) ' error_symbol = '[❯](bold red) ' [directory] -style = 'fg:black bg:green' +style = 'fg:black bg:red' format = "[ $path ]($style)" truncation_length = 3 truncation_symbol = "…/" [directory.substitutions] +"dotfiles" = "😀" "Documents" = "󰈙 " "Downloads" = " " "Music" = " " "Pictures" = " " +"media" = "💾" [git_branch] symbol = "" -style = "fg:cyan bg:19 " +style = "fg:black bg:yellow " format = '[ $symbol $branch ]($style)' [git_commit] format = '[\($hash$tag\)]($style)' -style = 'bg:19 fg:cyan dimmed' +style = 'bg:yellow fg:black dimmed' commit_hash_length = 6 only_detached = false tag_symbol = ' 笠' @@ -48,8 +52,8 @@ tag_disabled = false disabled = false [git_state] -format = '\( [$state($progress_current/$progress_total)]($style)\)' -style = "bg:19 fg:white dimmed" +format = '[ \($state\)($progress_current/$progress_total)]($style)' +style = "bg:yellow fg:88 bold blink" rebase = 'REBASING' merge = 'MERGING' revert = 'REVERTING' @@ -61,7 +65,7 @@ disabled = false [git_status] format = '[ \[$all_status$ahead_behind\]]($style)[ ]($style)' -style = 'bg:19 fg:bright-green bold' +style = 'bg:yellow fg:black bold' stashed = '\$' ahead = '⇡${count}' behind = '⇣${count}' @@ -74,11 +78,11 @@ staged = '+' untracked = '?' disabled = false - [c] symbol = "󰙱" style = 'bg:bright-black' -format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)' +# format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)' +format = '[$symbol]' [nodejs] symbol = "󰎙" @@ -108,5 +112,5 @@ format = '[[ $symbol ($version) ](fg:green bg:bright-black)]($style)' [time] disabled = false time_format = "%R" # Hour:Minute Format -style = 'bg:yellow fg:black' +style = 'bg:bright-black' format = '[  $time ]($style)' -- 2.51.2