summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-08 10:42:54 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-08 10:42:54 +0200
commit614925656896bbeb93b88794192a1c7354f247b5 (patch)
treec67ff80dc953cb281ecc4ea7171cd9d218c07851
parentdd78ef7c144d30425920814b91d1a73d2b4fac5c (diff)
downloadliw-dot-files-614925656896bbeb93b88794192a1c7354f247b5.tar.gz
starship: tweak colors
Sponsored-by: author
-rw-r--r--config/starship/config.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/starship/config.toml b/config/starship/config.toml
index b397c63..896d724 100644
--- a/config/starship/config.toml
+++ b/config/starship/config.toml
@@ -1,20 +1,25 @@
add_newline = false
[character]
-success_symbol = "[⇰](bold black)"
+success_symbol = "[>](bold fg:black bg:cyan)"
+error_symbol = "[>](bold bg:red)"
[directory]
truncate_to_repo = false
+style = "bold"
[git_metrics]
disabled = false
[status]
-format = '[\[$symbol $status $common_meaning$signal_name$maybe_int\]]($style) '
+format = '[\[$symbol $status $common_meaning$signal_name$maybe_int\] ]($style)'
+style = "bold bg:red"
disabled = false
[time]
disabled = false
+style = "bold bg:cyan"
+format = "[$time ]($style)"
[username]
disabled = false