Skip to content

Instantly share code, notes, and snippets.

@aguscontreras
Created March 16, 2023 23:44
Show Gist options
  • Save aguscontreras/558ac9a25b40048b6b1dc3bdbdadccff to your computer and use it in GitHub Desktop.
Save aguscontreras/558ac9a25b40048b6b1dc3bdbdadccff to your computer and use it in GitHub Desktop.
Starship presets - Github dark color palette
format = """
[ 🐞 ](bg:#171A1D fg:#171A1D)\
[ξ‚°](bg:#ea4a5a fg:#171A1D)\
$directory\
[ξ‚°](fg:#ea4a5a bg:#fb8532)\
$git_branch\
$git_status\
[ξ‚°](fg:#fb8532 bg:#34d058)\
$nodejs\
$rust\
$golang\
$php\
[ξ‚°](fg:#34d058 bg:#171A1D)\
$time\
[ξ‚° ](fg:#171A1D)\
\n$character"""
[directory]
style = "fg:#e3e5e5 bg:#ffab70"
format = "[[ $path ](fg:#f97583 bg:#ea4a5a)]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = "ο€™ "
"Music" = " "
"Pictures" = "ο€Ύ "
[git_branch]
symbol = ""
style = "bg:#394260"
format = '[[ $symbol $branch ](fg:#ffab70 bg:#fb8532)]($style)'
[git_status]
style = "bg:#394260"
format = '[[($all_status$ahead_behind )](fg:#ffab70 bg:#394260)]($style)'
[nodejs]
symbol = ""
style = "bg:#34d058"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#34d058)]($style)'
[rust]
symbol = ""
style = "bg:#34d058"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#34d058)]($style)'
[golang]
symbol = "ﳑ"
style = "bg:#34d058"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#34d058)]($style)'
[php]
symbol = ""
style = "bg:#34d058"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#34d058)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#171A1D"
format = '[[  $time ](fg:#959da5 bg:#171A1D)]($style)'
format = """
[ 🐞 ](bg:#171A1D fg:#171A1D)\
[ξ‚°](bg:#171a1d fg:#171A1D)\
$directory\
[ξ‚°](fg:#171a1d bg:#24292e)\
$git_branch\
$git_status\
[ξ‚°](fg:#24292e bg:#171a1d)\
$nodejs\
$rust\
$golang\
$php\
[ξ‚°](fg:#171a1d bg:#24292e)\
$time\
[ξ‚° ](fg:#24292e)\
\n$character"""
[directory]
style = "fg:#e3e5e5 bg:#171a1d"
format = "[[ $path ](fg:#f97583 bg:#171a1d)]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = "ο€™ "
"Music" = " "
"Pictures" = "ο€Ύ "
[git_branch]
symbol = ""
style = "bg:#24292e"
format = '[[ $symbol $branch ](fg:#ffab70 bg:#24292e)]($style)'
[git_status]
style = "bg:#394260"
format = '[[($all_status$ahead_behind )](fg:#ffab70 bg:#394260)]($style)'
[nodejs]
symbol = ""
style = "bg:#171a1d"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#171a1d)]($style)'
[rust]
symbol = ""
style = "bg:#171a1d"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#171a1d)]($style)'
[golang]
symbol = "ﳑ"
style = "bg:#171a1d"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#171a1d)]($style)'
[php]
symbol = ""
style = "bg:#171a1d"
format = '[[ $symbol ($version) ](fg:#85e89d bg:#171a1d)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#24292e"
format = '[[  $time ](fg:#959da5 bg:#24292e)]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment