dots


dots / config / .config
xxwhirlpool  ·  2025-06-06

starship.toml

 1"$schema" = 'https://starship.rs/config-schema.json'
 2
 3add_newline = false
 4
 5palette = "catppuccin_frappe"
 6
 7format = '$all$character$username$hostname$character$directory '
 8
 9[character]
10success_symbol = '[❥](bold pink)'
11
12[hostname]
13ssh_only = false
14format = '[$ssh_symbol$hostname](bold sapphire)'
15
16[username]
17show_always = true
18format = '[$user](bold lavender)[@](bold green)'
19
20[directory]
21style = "bold green"
22
23[[battery.display]]
24threshold = 0
25
26[palettes.catppuccin_frappe]
27rosewater = "#f2d5cf"
28flamingo = "#eebebe"
29pink = "#f4b8e4"
30mauve = "#ca9ee6"
31red = "#e78284"
32maroon = "#ea999c"
33peach = "#ef9f76"
34yellow = "#e5c890"
35green = "#a6d189"
36teal = "#81c8be"
37sky = "#99d1db"
38sapphire = "#85c1dc"
39blue = "#8caaee"
40lavender = "#babbf1"
41text = "#c6d0f5"
42subtext1 = "#b5bfe2"
43subtext0 = "#a5adce"
44overlay2 = "#949cbb"
45overlay1 = "#838ba7"
46overlay0 = "#737994"
47surface2 = "#626880"
48surface1 = "#51576d"
49surface0 = "#414559"
50base = "#303446"
51mantle = "#292c3c"
52crust = "#232634"