add new palettes for starship

This commit is contained in:
m3philis
2025-03-02 12:34:14 +01:00
parent 3101c4f8f6
commit 8ad2fbd1d4

View File

@@ -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,11 +96,11 @@ 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]