diff --git a/Linux-Configs/terminal-configs/starship.toml b/Linux-Configs/terminal-configs/starship.toml index 41873bb..35750b7 100644 --- a/Linux-Configs/terminal-configs/starship.toml +++ b/Linux-Configs/terminal-configs/starship.toml @@ -1,10 +1,10 @@ "$schema" = 'https://starship.rs/config-schema.json' format = """ -[](peach)\ +[](orange)\ $os\ $username\ -[](bg:green fg:peach)\ +[](bg:green fg:orange)\ $directory\ [](fg:green bg:yellow)\ $git_branch\ @@ -21,9 +21,9 @@ $haskell\ $python\ [](fg:teal bg:blue)\ $docker_context\ -[](fg:blue bg:white)\ +[](fg:blue bg:grey)\ $time\ -[](fg:white)\ +[](fg:grey)\ $line_break$character""" palette = 'catppuccin_mocha' @@ -34,7 +34,7 @@ color_bg1 = '#3c3836' color_bg3 = '#665c54' color_blue = '#458588' color_aqua = '#689d6a' -color_green = '#98971a' +color_green = '#80ef80' color_orange = '#d65d0e' color_purple = '#b16286' color_red = '#cc241d' @@ -44,16 +44,16 @@ color_yellow = '#d79921' rosewater = "#f5e0dc" flamingo = "#f2cdcd" pink = "#f5c2e7" -orange = "#cba6f7" +orange = "#ED764D" red = "#f38ba8" maroon = "#eba0ac" peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" +yellow = "#ffee8c" +green = "#88e788" +teal = "#9efcff" sky = "#89dceb" sapphire = "#74c7ec" -blue = "#89b4fa" +blue = "#90d5ff" lavender = "#b4befe" text = "#cdd6f4" subtext1 = "#bac2de" @@ -67,10 +67,11 @@ surface0 = "#313244" base = "#1e1e2e" mantle = "#181825" crust = "#11111b" +grey = "#BEB8B2" [os] disabled = false -style = "bg:peach fg:surface0" +style = "bg:orange fg:white" [os.symbols] Windows = "󰍲" @@ -95,8 +96,8 @@ RedHatEnterprise = "󱄛" [username] show_always = true -style_user = "bg:peach fg:surface0" -style_root = "bg:peach fg:surface0" +style_user = "bg:orange fg:white" +style_root = "bg:orange fg:white" format = '[ $user ]($style)' [directory] @@ -175,7 +176,7 @@ format = '[[ $symbol( $context) ](fg:#83a598 bg:color_bg3)]($style)' disabled = false time_format = "%R" style = "bg:peach" -format = '[[  $time ](fg:mantle bg:white)]($style)' +format = '[[  $time ](fg:mantle bg:grey)]($style)' [line_break] disabled = false