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

@ -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"