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'