From 164d26d9a360f9e54b343370c0ca4a1762dcc26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Wed, 17 Jul 2024 20:37:03 +0200 Subject: [PATCH] update starship config --- dot.config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot.config/starship.toml b/dot.config/starship.toml index 4612611..f139541 100644 --- a/dot.config/starship.toml +++ b/dot.config/starship.toml @@ -202,11 +202,11 @@ empty_symbol = "[󰂎](italic red)" [[battery.display]] threshold = 40 -style = "dimmed yellow" +style = "fg:color_yellow bg:color_bg3" [[battery.display]] threshold = 70 -style = "dimmed white" +style = "fg:color_fg1 bg:color_bg3" [git_branch] format = "[󰊢 $branch(:$remote_branch)]($style)"