diff --git a/dot_config/starship.toml.tmpl b/dot_config/starship.toml.tmpl index a2f47f8..b5289e4 100644 --- a/dot_config/starship.toml.tmpl +++ b/dot_config/starship.toml.tmpl @@ -22,6 +22,8 @@ add_newline = true [username] +style_user = 'bold yellow' +style_root = 'bold red' format = "[$user]($style)" [hostname]