Finally Nord theme I dreamed

main
Yax 2 months ago
parent 4ef57689a3
commit c996bbca0a

@ -2,120 +2,81 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
format = """ format = """
[ ](bg:inverted fg:#bf616a)\ [](#5e81ac)\
$username$hostname\ $os$username[@](bg:#5e81ac fg:#2e3440)$hostname\
[](bg:#d08770 fg:#bf616a)\ [](bg:#81a1c1 fg:#5e81ac)\
$directory\ $directory\
[](fg:#d08770 bg:#ebcb8b)\ [](bg:#88c0d0 fg:#81a1c1)\
$git_branch\ $git_branch$git_commit$git_state$git_metrics$git_status\
$git_status\ \
[](fg:#ebcb8b bg:#86BBD8)\ $package$c$cmake$cobol$daml$dart$deno$dotnet$elixir$elm$erlang$fennel$gleam\
$c\ $golang$guix_shell$haskell$haxe$helm$java$julia$kotlin$gradle$lua$nim$nodejs\
$elixir\ $ocaml$opa$perl$php$pulumi$purescript$python$quarto$raku$rlang$red$ruby$rust\
$elm\ $scala$solidity$swift$terraform$typst$vlang$vagrant$zig\
$golang\ [](bg:#d9dee9 fg:#8fbcbb)\
$haskell\ $cmd_duration\
$java\ [](fg:#d9dee9)\
$julia\ $line_break\
$nim\ $character
$rust\
[](fg:#86BBD8 bg:#81a1c1)\
$kubernetes\
$docker_context\
[](fg:#81a1c1 bg:#5e81ac)\
$character\
$time\
[ ](fg:#5e81ac)\
""" """
# Disable the blank line at the start of the prompt # Disable the blank line at the start of the prompt
add_newline = false add_newline = false
# You can also replace your username with a neat symbol like  to save some space
[username] [username]
show_always = false show_always = false
style_user = "bg:#bf616a bold"
style_root = "bg:#bf616a bold"
format = '[$user]($style)'
[hostname] [hostname]
style = "bg:#bf616a bold"
format = '[@$hostname ]($style)'
ssh_only = false
disabled = true disabled = true
[directory] [directory]
style = "bg:#d08770 bold" style = "fg:#2e3440 bg:#81a1c1"
format = "[ $path ]($style)" read_only = " "
format = "[ 󰉋 $path ]($style)[$read_only]($read_only_style)"
read_only_style = "fg:#2e3440 bold bg:#81a1c1"
truncation_length = 0 truncation_length = 0
truncation_symbol = "" truncation_symbol = ""
[docker_context] [cmd_duration]
symbol = " " format = "[ 󰔚 $duration ]($style)"
style = "bg:#81a1c1 fg:#2e3440 bold" style = "fg:#2e3440 bg:#d9dee9"
format = '[ $symbol $context ]($style) $path'
[kubernetes] [time]
symbol = "☸ "
style = "bg:#81a1c1 fg:#2e3440 bold"
format = '[ $symbol $context ]($style)'
disabled = true disabled = true
time_format = "%R" # Hour:Minute Format
style = "bg:#5e81ac bold"
format = '[$time ]($style)'
[character]
disabled = false
success_symbol = "[ 󱞩](bold green)"
error_symbol = "[ 󱞩](bold red)"
vimcmd_symbol = "[  󱞩](bold green)"
[git_branch] [git_branch]
symbol = "" format = "[ $symbol$branch(:$remote_branch) ]($style)"
style = "bg:#ebcb8b bold fg:#bf616a" symbol = "󰘬 "
format = '[ $symbol $branch ]($style)' style = "fg:#2e3440 bg:#88c0d0"
[git_status] [git_status]
style = "bg:#ebcb8b bold fg:#bf616a"
format = '[$all_status$ahead_behind ]($style)'
ahead = '${count}' ahead = '${count}'
diverged = '${ahead_count}${behind_count}' diverged = '${ahead_count}${behind_count}'
behind = '${count}' behind = '${count}'
[golang] [git_commit]
symbol = " "
style = "bg:#88c0d0 fg:#2e3440 bold"
format = '[ $symbol ($version) ]($style)'
[haskell] [git_state]
symbol = " "
style = "bg:#88c0d0" [git_metrics]
format = '[ $symbol ($version) ]($style)'
[java] [java]
symbol = " " symbol = " "
style = "bg:#88c0d0 fg:#2e3440 bold" style = "fg:#2e3440 bg:#8fbcbb"
format = '[ $symbol ($version) ]($style)'
[julia]
symbol = " "
style = "bg:#88c0d0 fg:#2e3440 bold"
format = '[ $symbol ($version) ]($style)' format = '[ $symbol ($version) ]($style)'
[nodejs] [nodejs]
symbol = "" symbol = ""
style = "bg:#88c0d0 fg:#2e3440 bold" style = "fg:#2e3440 bg:#8fbcbb"
format = '[ $symbol ($version) ]($style)' format = '[ $symbol ($version) ]($style)'
[nim]
symbol = " "
style = "bg:#88c0d0 fg:#2e3440 bold"
format = '[ $symbol ($version) ]($style)'
[rust]
symbol = ""
style = "bg:#88c0d0 fg:#2e3440 bold"
format = '[ $symbol ($version) ]($style)'
[time]
disabled = true
time_format = "%R" # Hour:Minute Format
style = "bg:#5e81ac bold"
format = '[$time ]($style)'
[character]
disabled = false
success_symbol = "[ ♥ ](bg:#5e81ac)"
error_symbol = "[ ✖ ](bg:#5e81ac)"
format = "$symbol"

Loading…
Cancel
Save