From 2378333cb5705ffc5d2e46c616f88e293f6de7f0 Mon Sep 17 00:00:00 2001 From: dots Date: Thu, 17 Sep 2020 12:43:21 +0300 Subject: [PATCH] update colours --- starship.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/starship.toml b/starship.toml index 34ef700..cdb7478 100644 --- a/starship.toml +++ b/starship.toml @@ -1,5 +1,5 @@ prompt_order = [ - "custom.separator", + "custom.separator", "line_break", "username", "hostname", @@ -10,9 +10,9 @@ prompt_order = [ "git_state", "git_status", "line_break", - "nodejs", - "python", - "php", + "nodejs", + "python", + "php", "line_break", "jobs", "battery", @@ -22,7 +22,7 @@ prompt_order = [ [character] use_symbol_for_status = true -style_success = "dimmed black" +style_success = "bright white" style_failure = "bold bright-red" [directory] @@ -32,15 +32,15 @@ style = "white" [python] symbol = "Python: " -style = "dimmed black" +style = "dimmed blue" [php] symbol = "PHP: " -style = "dimmed black" +style = "dimmed blue" [nodejs] symbol = "Node: " -style = "dimmed black" +style = "dimmed cyan" [memory_usage] disabled = false @@ -56,4 +56,4 @@ style = "bold bright-red" disabled = false command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"' when = "true" -style = "dimmed black" +style = "bright white" \ No newline at end of file