From 5fa463e98a57eeacfe42751f346aee43ad1e4667 Mon Sep 17 00:00:00 2001 From: gwbeip Date: Thu, 1 May 2025 08:57:23 +0800 Subject: [PATCH] change back starship --- starship/starship.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/starship/starship.toml b/starship/starship.toml index a44af79..8e7aed4 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,17 +1,16 @@ "$schema" = 'https://starship.rs/config-schema.json' format = """ -[](color_orange)\ -[ ](bg:color_orange)\ +[](color_orange)\ $os\ $username\ $hostname\ -[](bg:color_yellow fg:color_orange)\ +[](bg:color_yellow fg:color_orange)\ $directory\ -[](fg:color_yellow bg:color_aqua)\ +[](fg:color_yellow bg:color_aqua)\ $git_branch\ $git_status\ -[](fg:color_aqua bg:color_blue)\ +[](fg:color_aqua bg:color_blue)\ $c\ $rust\ $golang\ @@ -21,18 +20,18 @@ $java\ $kotlin\ $haskell\ $python\ -[](fg:color_blue bg:color_bg3)\ +[](fg:color_blue bg:color_bg3)\ $docker_context\ $conda\ -[](fg:color_bg3 bg:color_bg1)\ +[](fg:color_bg3 bg:color_bg1)\ $time\ $cmd_duration\ -[ ](fg:color_bg1)\ +[ ](fg:color_bg1)\ $fill\ $line_break$\ character""" -# [] +# [] palette = 'gruvbox_dark'