Skip to content

Instantly share code, notes, and snippets.

@gridhead
Last active May 8, 2025 05:50
Show Gist options
  • Save gridhead/090d729e5f233c1feb6dcf2eb1aecf47 to your computer and use it in GitHub Desktop.
Save gridhead/090d729e5f233c1feb6dcf2eb1aecf47 to your computer and use it in GitHub Desktop.
Catppuccin Mono
"$schema" = 'https://starship.rs/config-schema.json'
format = """
[ ](bg:mono)\
$os\
$username\
[ ](bg:mono fg:mono)\
[](bg:back fg:mono)\
$directory\
[](bg:mono fg:back)\
$git_branch\
$git_status\
[](bg:back fg:mono)\
$c\
$rust\
$golang\
$nodejs\
$php\
$java\
$kotlin\
$haskell\
$python\
[](bg:mono fg:back)\
$time\
[ ](fg:mono)\
$cmd_duration\
$line_break\
$character"""
palette = 'catppuccin_mono'
[os]
disabled = false
style = "bg:mono fg:back"
[os.symbols]
Windows = ""
Ubuntu = "󰕈"
SUSE = ""
Raspbian = "󰐿"
Mint = "󰣭"
Macos = "󰀵"
Manjaro = ""
Linux = "󰌽"
Gentoo = "󰣨"
Fedora = "󰣛"
Alpine = ""
Amazon = ""
Android = ""
Arch = "󰣇"
Artix = "󰣇"
CentOS = ""
Debian = "󰣚"
Redhat = "󱄛"
RedHatEnterprise = "󱄛"
[username]
show_always = true
style_user = "bg:mono fg:back"
style_root = "bg:mono fg:back"
format = '[ $user]($style)'
[directory]
style = "bg:back fg:mono"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = "󰝚 "
"Pictures" = " "
"Developer" = "󰲋 "
[git_branch]
symbol = ""
style = "bg:mono"
format = '[[ $symbol $branch ](fg:back bg:mono)]($style)'
[git_status]
disabled = true
style = "bg:mono"
format = '[[($all_status$ahead_behind )](fg:back bg:mono)]($style)'
[nodejs]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[c]
symbol = " "
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[rust]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[golang]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[php]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[java]
symbol = " "
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[kotlin]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[haskell]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) ](fg:mono bg:back)]($style)'
[python]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $version) (\($virtualenv\)) ](fg:mono bg:back)]($style)'
[docker_context]
symbol = ""
style = "bg:back"
format = '[[ $symbol( $context) ](fg:mono bg:back)]($style)'
[time]
disabled = false
time_format = "%R"
style = "bg:mono"
format = '[[  $time ](fg:back bg:mono)]($style)'
[line_break]
disabled = true
[character]
disabled = false
success_symbol = '[❯](bold fg:green)'
error_symbol = '[❯](bold fg:red)'
vimcmd_symbol = '[❮](bold fg:green)'
vimcmd_replace_one_symbol = '[❮](bold fg:lavender)'
vimcmd_replace_symbol = '[❮](bold fg:lavender)'
vimcmd_visual_symbol = '[❮](bold fg:yellow)'
[cmd_duration]
show_milliseconds = true
format = " in $duration "
style = "bg:lavender"
disabled = false
show_notifications = true
min_time_to_notify = 45000
[palettes.catppuccin_mono]
mono = "#75fa8d"
back = "#404040"
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment