updated starship theme

This commit is contained in:
Dan MacLeod
2025-01-25 19:49:58 +10:30
parent 80974aa9dc
commit 7fe71f1113

View File

@@ -1,54 +1,94 @@
format = """ # format = """
[ ](#9A348E)\ # [ ](mauve)\
$os\ # $os\
$username\ # $username\
[](bg:#DA627D fg:#9A348E)\ # [](bg:teal fg:mauve)\
$directory\ # $hostname\
[](fg:#DA627D bg:#FCA17D)\ # [](bg:maroon fg:teal)\
$git_branch\ # $directory\
$git_status\ # [](fg:maroon bg:peach)\
[](fg:#FCA17D bg:#86BBD8)\ # $git_branch\
$c\ # $git_status\
$elixir\ # [](fg:peach bg:lavender)\
$elm\ # $c\
$golang\ # $elixir\
$gradle\ # $elm\
$haskell\ # $golang\
$java\ # $gradle\
$julia\ # $haskell\
$nodejs\ # $java\
$nim\ # $julia\
$rust\ # $nodejs\
$scala\ # $nim\
$zig\ # $python\
[](fg:#86BBD8 bg:#06969A)\ # $rust\
$docker_context\ # $scala\
[](fg:#06969A bg:#33658A)\ # $zig\
$time\ # [](fg:lavender bg:sapphire)\
[ ](fg:#33658A)\ # $time\
""" # [ ](fg:sapphire)\
# \n$character"""
format="$username at $hostname in $directory $git_branch $git_status$package $all$time $character"
# 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
palette = "catppuccin_macchiato"
# catppuccin macchiato
[palettes.catppuccin_macchiato]
rosewater = "#f4dbd6"
flamingo = "#f0c6c6"
pink = "#f5bde6"
mauve = "#c6a0f6"
red = "#ed8796"
maroon = "#ee99a0"
peach = "#f5a97f"
yellow = "#eed49f"
green = "#a6da95"
teal = "#8bd5ca"
sky = "#91d7e3"
sapphire = "#7dc4e4"
blue = "#8aadf4"
lavender = "#b7bdf8"
text = "#cad3f5"
subtext1 = "#b8c0e0"
subtext0 = "#a5adcb"
overlay2 = "#939ab7"
overlay1 = "#8087a2"
overlay0 = "#6e738d"
surface2 = "#5b6078"
surface1 = "#494d64"
surface0 = "#363a4f"
base = "#24273a"
mantle = "#1e2030"
crust = "#181926"
# You can also replace your username with a neat symbol like  or disable this # You can also replace your username with a neat symbol like  or disable this
# and use the os module below # and use the os module below
[username] [username]
show_always = true show_always = true
style_user = "bg:#9A348E" style_user = "mauve"
style_root = "bg:#9A348E" style_root = "red"
format = '[ $user ]($style)' format = '[$user]($style)'
disabled = false disabled = false
[hostname]
ssh_only = false
style = "teal"
disabled = false
format = '[$hostname]($style)'
# An alternative to the username module which displays a symbol that # An alternative to the username module which displays a symbol that
# represents the current operating system # represents the current operating system
[os] [os]
style = "bg:#9A348E" style = "#9A348E"
disabled = true # Disabled by default disabled = true # Disabled by default
[directory] [directory]
style = "bg:#DA627D" style = "maroon"
format = "[ $path ]($style)" format = "[$path]($style)"
truncation_length = 3 truncation_length = 3
truncation_symbol = "…/" truncation_symbol = "…/"
@@ -68,84 +108,94 @@ truncation_symbol = "…/"
[c] [c]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[docker_context] [docker_context]
symbol = " " symbol = " "
style = "bg:#06969A" style = "bg:#06969A"
format = '[ $symbol $context ]($style)' # format = '[ $symbol $context ]($style)'
[elixir] [elixir]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[elm] [elm]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[git_branch] [git_branch]
symbol = "" symbol = ""
style = "bg:#FCA17D" style = "peach"
format = '[ $symbol $branch ]($style)' format = '[$symbol $branch]($style)'
[git_status] [git_status]
style = "bg:#FCA17D" style = "peach"
format = '[$all_status$ahead_behind ]($style)' format = '[$all_status$ahead_behind]($style)'
[golang] [golang]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[gradle] [gradle]
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[haskell] [haskell]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[java] [java]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[julia] [julia]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[nodejs] [nodejs]
symbol = "" symbol = ""
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[nim] [nim]
symbol = "󰆥 " symbol = "󰆥 "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[package]
symbol = "󰏗 "
style = "green"
format = '[$symbol$version]($style)'
[python]
symbol = "󱔎 "
style = "lavender"
# format = '[ $symbol ($version) ($virtualenv) ]($style)'
[rust] [rust]
symbol = "" symbol = ""
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[scala] [scala]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[zig] [zig]
symbol = " " symbol = " "
style = "bg:#86BBD8" style = "lavender"
format = '[ $symbol ($version) ]($style)' # format = '[ $symbol ($version) ]($style)'
[time] [time]
disabled = false disabled = false
time_format = "%R" # Hour:Minute Format time_format = "%R" # Hour:Minute Format
style = "bg:#33658A" style = "sapphire"
format = '[ ♥ $time ]($style)' format = '[♥ $time]($style)'