From 502f3615177053ad2112a491a614b2a3ee31a3fb Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Aug 2022 13:29:25 +0200 Subject: [PATCH] starship: tweak package module style --- .config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index f0b79fe..25ee42f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -127,8 +127,8 @@ format = "[$symbol]($style)" [package] disabled = false symbol = "⬢ " -style = "bold bright-black" -format = "[$symbol($version )]($style)" +style = "bright-black" +format = "[$symbol](bright-black)[($version )](bold $style)" [purescript] disabled = false