add new palettes for starship
This commit is contained in:
@@ -35,6 +35,24 @@ color_directory = '#E69070'
|
|||||||
color_git = '#F5F5F5'
|
color_git = '#F5F5F5'
|
||||||
color_code = '#C07293'
|
color_code = '#C07293'
|
||||||
color_time = '#861848'
|
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
|
# Disable the blank line at the start of the prompt
|
||||||
# add_newline = false
|
# add_newline = false
|
||||||
|
|
||||||
@@ -78,15 +96,15 @@ truncation_symbol = "…/"
|
|||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
style = "fg:#666666 bg:color_git"
|
style = "fg:color_fg bg:color_git"
|
||||||
format = '[ $symbol $branch ]($style)'
|
format = '[ $symbol $branch ]($style)'
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "fg:#666666 bg:color_git"
|
style = "fg:color_fg bg:color_git"
|
||||||
format = '[$all_status$ahead_behind ]($style)'
|
format = '[$all_status$ahead_behind ]($style)'
|
||||||
|
|
||||||
[golang]
|
[golang]
|
||||||
symbol = " "
|
symbol = ""
|
||||||
style = "bg:color_code"
|
style = "bg:color_code"
|
||||||
format = '[ $symbol ($version) ]($style)'
|
format = '[ $symbol ($version) ]($style)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user