diff --git a/starship.toml b/starship.toml index 9791734..0ed02b4 100644 --- a/starship.toml +++ b/starship.toml @@ -1,53 +1,24 @@ -palette = "grey" -format = """$username$hostname$directory$fill[$all](solarized-dark)$time$line_break$character""" +format = """ +[\uE0B6](fg:#1C4961)[$directory](bg:#1C4961)[\uE0B0](fg:#1C4961 bg:#2F79A1)$git_branch[\uE0B0](fg:#2F79A1 bg:#3A95C7)$git_status[\uE0B0](#3A95C7 bg:#40A9E0)$time[\uE0B0](#40A9E0 bg:none) $all$character""" -[fill] -symbol = '─' +add_newline = true -[cmd_duration] -min_time = 10000 +[directory] +style = "bg:#1C4961 fg:white" + +[git_branch] +format = "[ $symbol$branch ]($style)" +style = "bg:#2F79A1 fg:white" + +[git_status] +format = "[ $all_status$ahead_behind ]($style)" +style = "bg:#3A95C7 fg:#073642" [time] disabled = false -time_format = "%F %T" -style = "#444444" -format = '[$time]($style)' - -[palettes.grey] -grey = "#777777" -none = "#777777" -white = "#777777" -rosewater = "#777777" -flamingo = "#777777" -pink = "#777777" -mauve = "#777777" -maroon = "#777777" -peach = "#777777" -sky = "#777777" -sapphire = "#777777" -blue = "#777777" -lavender = "#777777" -text = "#777777" -subtext1 = "#777777" -subtext0 = "#777777" -overlay2 = "#777777" -overlay1 = "#777777" -overlay0 = "#777777" -surface2 = "#777777" -surface1 = "#777777" -surface0 = "#777777" -base = "#777777" -mantle = "#777777" -crust = "#777777" -background = "#777777" -current_line = "#777777" -foreground = "#777777" -comment = "#777777" -cyan = "#777777" -green = "#777777" -orange = "#777777" -purple = "#777777" -red = "#777777" -yellow = "#777777" - +format = "[ $time ]($style)" +style = "bg:#40A9E0 fg:#073642" +[character] +success_symbol = '[@](bold green)' +error_symbol = '[@](bold red)'