update colours

This commit is contained in:
dots 2020-09-17 12:43:21 +03:00
parent 75c64665c1
commit 2378333cb5
1 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ prompt_order = [
[character] [character]
use_symbol_for_status = true use_symbol_for_status = true
style_success = "dimmed black" style_success = "bright white"
style_failure = "bold bright-red" style_failure = "bold bright-red"
[directory] [directory]
@ -32,15 +32,15 @@ style = "white"
[python] [python]
symbol = "Python: " symbol = "Python: "
style = "dimmed black" style = "dimmed blue"
[php] [php]
symbol = "PHP: " symbol = "PHP: "
style = "dimmed black" style = "dimmed blue"
[nodejs] [nodejs]
symbol = "Node: " symbol = "Node: "
style = "dimmed black" style = "dimmed cyan"
[memory_usage] [memory_usage]
disabled = false disabled = false
@ -56,4 +56,4 @@ style = "bold bright-red"
disabled = false disabled = false
command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"' command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"'
when = "true" when = "true"
style = "dimmed black" style = "bright white"