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