From 8ad2fbd1d45fb7a0bba77b872b1d9cabe336de97 Mon Sep 17 00:00:00 2001 From: m3philis Date: Sun, 2 Mar 2025 12:34:14 +0100 Subject: [PATCH] add new palettes for starship --- starship.toml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/starship.toml b/starship.toml index 557de9f..56649e1 100644 --- a/starship.toml +++ b/starship.toml @@ -35,6 +35,24 @@ color_directory = '#E69070' color_git = '#F5F5F5' color_code = '#C07293' color_time = '#861848' +color_fg = '#666666' + +[palettes.bisexual] +color_user = '#D60260' +color_directory = '#D60270' +color_git = '#9B4F96' +color_code = '#0038A8' +color_time = '#0038A8' +color_fg = '' + +[palettes.pansexual] +color_user = '#FFFFFF' +color_directory = '#FCBF00' +color_git = '#009FE3' +color_code = '#E50051' +color_time = '#340C46' +color_fg = '' + # Disable the blank line at the start of the prompt # add_newline = false @@ -78,15 +96,15 @@ truncation_symbol = "…/" [git_branch] symbol = "" -style = "fg:#666666 bg:color_git" +style = "fg:color_fg bg:color_git" format = '[ $symbol $branch ]($style)' [git_status] -style = "fg:#666666 bg:color_git" +style = "fg:color_fg bg:color_git" format = '[$all_status$ahead_behind ]($style)' [golang] -symbol = " " +symbol = "" style = "bg:color_code" format = '[ $symbol ($version) ]($style)'