diff options
-rw-r--r-- | .config/starship.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 383b12d..ea7edfc 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -23,7 +23,7 @@ min_time_to_notify = 30000 [directory] read_only = " " style = "bold mauve" -format = '[](fg:surface0)[ $path]($style bg:surface0)[ $read_only]($read_only_style bg:surface0)[](fg:surface0)' +format = '[](fg:mantle)[ $path]($style bg:mantle)[ $read_only]($read_only_style bg:mantle)[](fg:mantle)' [sudo] disabled = false |