diff --git a/starship/starship.toml b/starship/starship.toml index eeead43..a44af79 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,18 +1,17 @@ "$schema" = 'https://starship.rs/config-schema.json' -# [](color_orange)\ format = """ [](color_orange)\ [ ](bg: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\ @@ -22,10 +21,10 @@ $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)\ @@ -33,7 +32,7 @@ $fill\ $line_break$\ character""" -# [] +# [] palette = 'gruvbox_dark'