diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 02cc9b0..2fee136 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -1,7 +1,7 @@ add_newline = false -format = '''\[[$username $hostname](bold green)\] $directory - $character [\$](bold green) ''' +format = '''[$username$hostname](bold green):$directory + $character\$ ''' right_format = """ $git_branch\ @@ -27,7 +27,7 @@ $crystal""" [username] show_always = true -format = '[$user]($style) @' +format = '[$user]($style)@' style_user = 'bold green' [hostname] @@ -45,8 +45,9 @@ style = 'bold blue dimmed' [directory] truncation_symbol = '.../' truncate_to_repo = false -before_repo_root_style = 'bold cyan' -repo_root_style = 'bold bright-cyan' +style = 'bold blue' +before_repo_root_style = 'bold blue' +repo_root_style = 'bold bright-blue' repo_root_format = '[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($repo_root_style)[$read_only]($read_only_style) ' [fill]