Files
SDG-WinRice/starship.toml
T
2026-06-03 16:49:54 +02:00

171 lines
2.9 KiB
TOML

# Nordic-darker color palette
#2e3440 user
#3b4252 dir
#434c5e git
#4c566a version
#5e81ac doc (from dracula color palette)
#6272a4 time (from dracula color palette)
# some extra symbols
# 
# 
# _ _
# ______ _(_) __| |
# |_ / _` | |/ _` |
# / / (_| | | (_| |
# /___\__,_|_|\__,_| zaid-hassan
# ---------------------------------------------------------------
format = """
$os\
$username\
[](bg:#3b4252 fg:#2e3440)\
$directory\
[](fg:#3b4252 bg:#434c5e)\
$git_branch\
$git_status\
[](fg:#434c5e bg:#4c566a)\
$c\
$python\
$elixir\
$elm\
$golang\
$haskell\
$java\
$julia\
$nodejs\
$nim\
$rust\
$scala\
[](fg:#4c566a bg:#5e81ac)\
$docker_context\
$azure\
[](fg:#5e81ac bg:#6272a4)\
$time\
[ ](fg:#6272a4)\
$cmd_duration\
$character\
"""
add_newline = false
[line_break]
disabled = false
[username]
show_always = true
style_user = "bg:#2e3440"
style_root = "bg:#2e3440"
format = '[ $user ]($style)'
disabled = false
[os]
style = "bg:#2e3440"
disabled = false # Disabled by default
[directory]
style = "bg:#3b4252"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[c]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[python]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[docker_context]
symbol = " "
style = "bg:#5e81ac"
format = '[ $symbol $context ]($style) $path'
[elixir]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[elm]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[git_branch]
symbol = ""
style = "bg:#434c5e"
format = '[ $symbol $branch ]($style)'
[git_status]
style = "bg:#434c5e"
format = '[$all_status$ahead_behind ]($style)'
[golang]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[haskell]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[java]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[julia]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[nodejs]
symbol = ""
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[nim]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[rust]
symbol = ""
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[scala]
symbol = " "
style = "bg:#4c566a"
format = '[ $symbol ($version) ]($style)'
[azure]
symbol = "󰠅 "
style = "bg:#5e81ac"
format = '[ $symbol ($username) ] ($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#6272a4"
format = '[  $time ]($style)'
[character]
success_symbol = '[ ➜](#6272a4)'
error_symbol = '[ ➜](bold red)'
#style = "bg:#6272a4"
[cmd_duration]
min_time = 500
format = ' [$duration](#6272a4)'