From a762da367b9e7a7821a679546a759031234970be Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Wed, 27 Aug 2025 12:32:46 +0200 Subject: [PATCH] starship: change directory colors --- dot_config/starship.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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]