diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-30 00:55:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-30 00:55:56 +0530 |
commit | aeb8bb6aae141b1674738bdfd58167ed0f9a10dc (patch) | |
tree | f52ee5769da02618a8226bb111a88fe680a95b29 | |
parent | 63efe07ce4a73be2399664444c6bd0de8e5e93a2 (diff) |
changed directory module's background to mantle
-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 |