update styles

This commit is contained in:
Ray Elliott 2020-09-17 11:01:19 +01:00
parent 2378333cb5
commit fc680dec47
1 changed files with 8 additions and 5 deletions

View File

@ -22,7 +22,7 @@ prompt_order = [
[character] [character]
use_symbol_for_status = true use_symbol_for_status = true
style_success = "bright white" style_success = ""
style_failure = "bold bright-red" style_failure = "bold bright-red"
[directory] [directory]
@ -30,17 +30,20 @@ truncate_to_repo = false
truncation_length = 12 truncation_length = 12
style = "white" style = "white"
[git_branch]
style="bold italic bright-yellow"
[python] [python]
symbol = "Python: " symbol = "Python: "
style = "dimmed blue" style = "bold italic dimmed blue"
[php] [php]
symbol = "PHP: " symbol = "PHP: "
style = "dimmed blue" style = "bold italic dimmed blue"
[nodejs] [nodejs]
symbol = "Node: " symbol = "Node: "
style = "dimmed cyan" style = "bold italic dimmed cyan"
[memory_usage] [memory_usage]
disabled = false disabled = false
@ -56,4 +59,4 @@ style = "bold bright-red"
disabled = false disabled = false
command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"' command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"'
when = "true" when = "true"
style = "bright white" style = "bold fg:white"