From 5f82980962bdde14e36d94aaab1fce53571d6115 Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 31 Jul 2020 16:19:53 -0400 Subject: [PATCH] Starship: pure-style colors --- .config/starship.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 57a99e4..f164c31 100755 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -3,3 +3,9 @@ add_newline = false [git_branch] symbol = "" + +[character] +style_success = "bright-purple" + +[directory] +style = "bold blue"