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 = [ prompt_order = [
"custom.separator", "custom.separator",
"line_break", "line_break",
"username", "username",
"hostname", "hostname",
@ -10,9 +10,9 @@ prompt_order = [
"git_state", "git_state",
"git_status", "git_status",
"line_break", "line_break",
"nodejs", "nodejs",
"python", "python",
"php", "php",
"line_break", "line_break",
"jobs", "jobs",
"battery", "battery",
@ -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"