diff options
Diffstat (limited to 'dot-config/starship.toml')
| -rw-r--r-- | dot-config/starship.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot-config/starship.toml b/dot-config/starship.toml index 594f691..ec88341 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -11,17 +11,17 @@ $line_break\ [username] format = "[$user]($style)" show_always = true -style_user = "bright-white" +style_user = "foreground" [hostname] format = "[$hostname]($style)" ssh_only = false -style = "bright-white" +style = "foreground" [directory] format = '[$path]($style)' truncation_length = 1 -style = "bright-white" +style = "foreground" [container] format = '[\[$name\]]($style) ' |
