197 lines
No EOL
3.7 KiB
TOML
197 lines
No EOL
3.7 KiB
TOML
"$schema" = "https://starship.rs/config-schema.json"
|
|
|
|
format = """
|
|
[](peach)\
|
|
$os\
|
|
$username\
|
|
[](bg:yellow fg:peach)\
|
|
$directory\
|
|
[](fg:yellow bg:teal)\
|
|
$git_branch\
|
|
$git_status\
|
|
[](fg:teal bg:blue)\
|
|
$c\
|
|
$cpp\
|
|
$rust\
|
|
$golang\
|
|
$nodejs\
|
|
$php\
|
|
$java\
|
|
$kotlin\
|
|
$haskell\
|
|
$python\
|
|
[](fg:blue bg:surface0)\
|
|
$docker_context\
|
|
$conda\
|
|
$pixi\
|
|
[](fg:surface0 bg:base)\
|
|
$time\
|
|
[ ](fg:base)\
|
|
$line_break$character"""
|
|
|
|
palette = "catppuccin_mocha"
|
|
|
|
# Official Catppuccin Mocha palette (catppuccin/starship themes/mocha.toml)
|
|
[palettes.catppuccin_mocha]
|
|
rosewater = "#f5e0dc"
|
|
flamingo = "#f2cdcd"
|
|
pink = "#f5c2e7"
|
|
mauve = "#cba6f7"
|
|
red = "#f38ba8"
|
|
maroon = "#eba0ac"
|
|
peach = "#fab387"
|
|
yellow = "#f9e2af"
|
|
green = "#a6e3a1"
|
|
teal = "#94e2d5"
|
|
sky = "#89dceb"
|
|
sapphire = "#74c7ec"
|
|
blue = "#89b4fa"
|
|
lavender = "#b4befe"
|
|
text = "#cdd6f4"
|
|
subtext1 = "#bac2de"
|
|
subtext0 = "#a6adc8"
|
|
overlay2 = "#9399b2"
|
|
overlay1 = "#7f849c"
|
|
overlay0 = "#6c7086"
|
|
surface2 = "#585b70"
|
|
surface1 = "#45475a"
|
|
surface0 = "#313244"
|
|
base = "#1e1e2e"
|
|
mantle = "#181825"
|
|
crust = "#11111b"
|
|
|
|
[os]
|
|
disabled = false
|
|
style = "bg:peach fg:crust"
|
|
|
|
[os.symbols]
|
|
Windows = ""
|
|
Ubuntu = ""
|
|
SUSE = ""
|
|
Raspbian = ""
|
|
Mint = ""
|
|
Macos = ""
|
|
Manjaro = ""
|
|
Linux = ""
|
|
Gentoo = ""
|
|
Fedora = ""
|
|
Alpine = ""
|
|
Amazon = ""
|
|
Android = ""
|
|
Arch = ""
|
|
Artix = ""
|
|
EndeavourOS = ""
|
|
CentOS = ""
|
|
Debian = ""
|
|
Redhat = ""
|
|
RedHatEnterprise = ""
|
|
Pop = ""
|
|
|
|
[username]
|
|
show_always = true
|
|
style_user = "bg:peach fg:crust"
|
|
style_root = "bg:peach fg:crust"
|
|
format = "[ $user ]($style)"
|
|
|
|
[directory]
|
|
style = "fg:crust bg:yellow"
|
|
format = "[ $path ]($style)"
|
|
truncation_length = 3
|
|
truncation_symbol = "…/"
|
|
|
|
[directory.substitutions]
|
|
Documents = " "
|
|
Downloads = " "
|
|
Music = " "
|
|
Pictures = " "
|
|
Developer = " "
|
|
|
|
[git_branch]
|
|
symbol = ""
|
|
style = "bg:teal"
|
|
format = "[[ $symbol $branch ](fg:crust bg:teal)]($style)"
|
|
|
|
[git_status]
|
|
style = "bg:teal"
|
|
format = "[[($all_status$ahead_behind )](fg:crust bg:teal)]($style)"
|
|
|
|
[nodejs]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[c]
|
|
symbol = " "
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[cpp]
|
|
symbol = " "
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[rust]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[golang]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[php]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[java]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[kotlin]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[haskell]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[python]
|
|
symbol = ""
|
|
style = "bg:blue"
|
|
format = "[[ $symbol( $version) ](fg:crust bg:blue)]($style)"
|
|
|
|
[docker_context]
|
|
symbol = ""
|
|
style = "bg:surface0"
|
|
format = "[[ $symbol( $context) ](fg:teal bg:surface0)]($style)"
|
|
|
|
[conda]
|
|
style = "bg:surface0"
|
|
format = "[[ $symbol( $environment) ](fg:teal bg:surface0)]($style)"
|
|
|
|
[pixi]
|
|
style = "bg:surface0"
|
|
format = "[[ $symbol( $version)( $environment) ](fg:text bg:surface0)]($style)"
|
|
|
|
[time]
|
|
disabled = false
|
|
time_format = "%R"
|
|
style = "bg:base"
|
|
format = "[[ $time ](fg:text bg:base)]($style)"
|
|
|
|
[line_break]
|
|
disabled = false
|
|
|
|
[character]
|
|
disabled = false
|
|
success_symbol = "[](bold fg:green)"
|
|
error_symbol = "[](bold fg:red)"
|
|
vimcmd_symbol = "[](bold fg:green)"
|
|
vimcmd_replace_one_symbol = "[](bold fg:mauve)"
|
|
vimcmd_replace_symbol = "[](bold fg:mauve)"
|
|
vimcmd_visual_symbol = "[](bold fg:yellow)" |