diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-02-22 11:36:03 -0800 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-02-22 11:36:36 -0800 |
| commit | 5e1093baa9a7822b6827c9d7ecdebf75d466e7f1 (patch) | |
| tree | 6f6bcdda3c5a4187c35fc5db66ef9fb0ebb657d6 /dot-config/starship.toml | |
| parent | 1b99b42acc4b908f6f1aaa98211809e4136e2b94 (diff) | |
switch to light theme
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) ' |
