diff --git a/starship.toml b/starship.toml index cdb7478..ddd65cc 100644 --- a/starship.toml +++ b/starship.toml @@ -22,7 +22,7 @@ prompt_order = [ [character] use_symbol_for_status = true -style_success = "bright white" +style_success = "" style_failure = "bold bright-red" [directory] @@ -30,17 +30,20 @@ truncate_to_repo = false truncation_length = 12 style = "white" +[git_branch] +style="bold italic bright-yellow" + [python] symbol = "Python: " -style = "dimmed blue" +style = "bold italic dimmed blue" [php] symbol = "PHP: " -style = "dimmed blue" +style = "bold italic dimmed blue" [nodejs] symbol = "Node: " -style = "dimmed cyan" +style = "bold italic dimmed cyan" [memory_usage] disabled = false @@ -56,4 +59,4 @@ style = "bold bright-red" disabled = false command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"' when = "true" -style = "bright white" \ No newline at end of file +style = "bold fg:white"