update styles
This commit is contained in:
parent
2378333cb5
commit
fc680dec47
|
@ -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"
|
||||
style = "bold fg:white"
|
||||
|
|
Loading…
Reference in New Issue