Update .config/starship.toml
This commit is contained in:
parent
2db4812241
commit
b21a473bea
1 changed files with 33 additions and 33 deletions
|
@ -1,14 +1,14 @@
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
palette = "catppuccin_mocha"
|
palette = "default"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[[](pink) ](green)"
|
success_symbol = "[[](pink) ](green)"
|
||||||
error_symbol = "[❯](red)"
|
error_symbol = "[](red)"
|
||||||
vimcmd_symbol = "[❮](green)"
|
vimcmd_symbol = "[](green)"
|
||||||
vimcmd_replace_one_symbol = "[❮](green)"
|
vimcmd_replace_one_symbol = "[](green)"
|
||||||
vimcmd_replace_symbol = "[❮](green)"
|
vimcmd_replace_symbol = "[](green)"
|
||||||
vimcmd_visual_symbol = "[❮](peach)"
|
vimcmd_visual_symbol = "[](peach)"
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
@ -24,33 +24,33 @@ disabled = false
|
||||||
style = 'blue'
|
style = 'blue'
|
||||||
symbol = ' '
|
symbol = ' '
|
||||||
|
|
||||||
[palettes.catppuccin_mocha]
|
[palettes.default]
|
||||||
rosewater = "#f5e0dc"
|
rosewater = {{ .drapeau.colors.rosewater | quote }}
|
||||||
flamingo = "#f2cdcd"
|
flamingo = {{ .drapeau.colors.flamingo | quote }}
|
||||||
pink = "#f5c2e7"
|
pink = {{ .drapeau.colors.pink | quote }}
|
||||||
mauve = "#cba6f7"
|
mauve = {{ .drapeau.colors.mauve | quote }}
|
||||||
red = "#f38ba8"
|
red = {{ .drapeau.colors.red | quote }}
|
||||||
maroon = "#eba0ac"
|
maroon = {{ .drapeau.colors.maroon | quote }}
|
||||||
peach = "#fab387"
|
peach = {{ .drapeau.colors.peach | quote }}
|
||||||
yellow = "#f9e2af"
|
yellow = {{ .drapeau.colors.yellow | quote }}
|
||||||
green = "#a6e3a1"
|
green = {{ .drapeau.colors.green | quote }}
|
||||||
teal = "#94e2d5"
|
teal = {{ .drapeau.colors.teal | quote }}
|
||||||
sky = "#89dceb"
|
sky = {{ .drapeau.colors.sky | quote }}
|
||||||
sapphire = "#74c7ec"
|
sapphire = {{ .drapeau.colors.sapphire | quote }}
|
||||||
blue = "#89b4fa"
|
blue = {{ .drapeau.colors.blue | quote }}
|
||||||
lavender = "#b4befe"
|
lavender = {{ .drapeau.colors.lavender | quote }}
|
||||||
text = "#cdd6f4"
|
text = {{ .drapeau.colors.text | quote }}
|
||||||
subtext1 = "#bac2de"
|
subtext1 = {{ .drapeau.colors.subtext1 | quote }}
|
||||||
subtext0 = "#a6adc8"
|
subtext0 = {{ .drapeau.colors.subtext0 | quote }}
|
||||||
overlay2 = "#9399b2"
|
overlay2 = {{ .drapeau.colors.overlay2 | quote }}
|
||||||
overlay1 = "#7f849c"
|
overlay1 = {{ .drapeau.colors.overlay1 | quote }}
|
||||||
overlay0 = "#6c7086"
|
overlay0 = {{ .drapeau.colors.overlay0 | quote }}
|
||||||
surface2 = "#585b70"
|
surface2 = {{ .drapeau.colors.surface2 | quote }}
|
||||||
surface1 = "#45475a"
|
surface1 = {{ .drapeau.colors.surface1 | quote }}
|
||||||
surface0 = "#313244"
|
surface0 = {{ .drapeau.colors.surface0 | quote }}
|
||||||
base = "#1e1e2e"
|
base = {{ .drapeau.colors.base | quote }}
|
||||||
mantle = "#181825"
|
mantle = {{ .drapeau.colors.mantle | quote }}
|
||||||
crust = "#11111b"
|
crust = {{ .drapeau.colors.crust | quote }}
|
||||||
|
|
||||||
# Presets - NerdFonts
|
# Presets - NerdFonts
|
||||||
[aws]
|
[aws]
|
||||||
|
|
Loading…
Reference in a new issue