diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 3562244..b156aae 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -2,9 +2,9 @@ format = """ \n\ [╭─ ](bold)[⟨](bold zx_light_magenta) \ $shell \ -[//](bold zx_cyan)\ +[//](bold zx_magenta)\ $username\ -[//](bold zx_blue)\ +[//](bold zx_cyan)\ $directory\ [//](bold zx_yellow)\ $git_branch[-](zx_light_magenta)$git_status\ @@ -36,6 +36,7 @@ zx_light_cyan = "#65E7F1" zx_dark_cyan = "#109EA8" zx_white = "#DFDFD0" zx_gray = "#808078" +zx_pastel_yellow = "#F1EAA2" # You can also replace your username with a neat symbol like  or disable this # and use the os module below @@ -107,11 +108,14 @@ style = 'bold zx_white' [shell] disabled = false style = "bold fg:zx_white" -format = '[\[](bold zx_magenta)[$indicator]($style)[\]](bold zx_magenta)' +format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)' bash_indicator = "bash" [python] disabled = false -style = "bold fg:zx_gray" -format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) ' -detect_extensions = [] \ No newline at end of file +symbol = ' ' +style = "bold fg:zx_pastel_yellow" +format = '[$symbol$virtualenv ]($style)' +detect_extensions = [] +detect_files = [] +detect_folders = []