Updated starship.toml
This commit is contained in:
parent
c39d22ff35
commit
8552bb9e25
@ -1,10 +1,10 @@
|
|||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
[](peach)\
|
[](orange)\
|
||||||
$os\
|
$os\
|
||||||
$username\
|
$username\
|
||||||
[](bg:green fg:peach)\
|
[](bg:green fg:orange)\
|
||||||
$directory\
|
$directory\
|
||||||
[](fg:green bg:yellow)\
|
[](fg:green bg:yellow)\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
@ -21,9 +21,9 @@ $haskell\
|
|||||||
$python\
|
$python\
|
||||||
[](fg:teal bg:blue)\
|
[](fg:teal bg:blue)\
|
||||||
$docker_context\
|
$docker_context\
|
||||||
[](fg:blue bg:white)\
|
[](fg:blue bg:grey)\
|
||||||
$time\
|
$time\
|
||||||
[](fg:white)\
|
[](fg:grey)\
|
||||||
$line_break$character"""
|
$line_break$character"""
|
||||||
|
|
||||||
palette = 'catppuccin_mocha'
|
palette = 'catppuccin_mocha'
|
||||||
@ -34,7 +34,7 @@ color_bg1 = '#3c3836'
|
|||||||
color_bg3 = '#665c54'
|
color_bg3 = '#665c54'
|
||||||
color_blue = '#458588'
|
color_blue = '#458588'
|
||||||
color_aqua = '#689d6a'
|
color_aqua = '#689d6a'
|
||||||
color_green = '#98971a'
|
color_green = '#80ef80'
|
||||||
color_orange = '#d65d0e'
|
color_orange = '#d65d0e'
|
||||||
color_purple = '#b16286'
|
color_purple = '#b16286'
|
||||||
color_red = '#cc241d'
|
color_red = '#cc241d'
|
||||||
@ -44,16 +44,16 @@ color_yellow = '#d79921'
|
|||||||
rosewater = "#f5e0dc"
|
rosewater = "#f5e0dc"
|
||||||
flamingo = "#f2cdcd"
|
flamingo = "#f2cdcd"
|
||||||
pink = "#f5c2e7"
|
pink = "#f5c2e7"
|
||||||
orange = "#cba6f7"
|
orange = "#ED764D"
|
||||||
red = "#f38ba8"
|
red = "#f38ba8"
|
||||||
maroon = "#eba0ac"
|
maroon = "#eba0ac"
|
||||||
peach = "#fab387"
|
peach = "#fab387"
|
||||||
yellow = "#f9e2af"
|
yellow = "#ffee8c"
|
||||||
green = "#a6e3a1"
|
green = "#88e788"
|
||||||
teal = "#94e2d5"
|
teal = "#9efcff"
|
||||||
sky = "#89dceb"
|
sky = "#89dceb"
|
||||||
sapphire = "#74c7ec"
|
sapphire = "#74c7ec"
|
||||||
blue = "#89b4fa"
|
blue = "#90d5ff"
|
||||||
lavender = "#b4befe"
|
lavender = "#b4befe"
|
||||||
text = "#cdd6f4"
|
text = "#cdd6f4"
|
||||||
subtext1 = "#bac2de"
|
subtext1 = "#bac2de"
|
||||||
@ -67,10 +67,11 @@ surface0 = "#313244"
|
|||||||
base = "#1e1e2e"
|
base = "#1e1e2e"
|
||||||
mantle = "#181825"
|
mantle = "#181825"
|
||||||
crust = "#11111b"
|
crust = "#11111b"
|
||||||
|
grey = "#BEB8B2"
|
||||||
|
|
||||||
[os]
|
[os]
|
||||||
disabled = false
|
disabled = false
|
||||||
style = "bg:peach fg:surface0"
|
style = "bg:orange fg:white"
|
||||||
|
|
||||||
[os.symbols]
|
[os.symbols]
|
||||||
Windows = ""
|
Windows = ""
|
||||||
@ -95,8 +96,8 @@ RedHatEnterprise = ""
|
|||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
style_user = "bg:peach fg:surface0"
|
style_user = "bg:orange fg:white"
|
||||||
style_root = "bg:peach fg:surface0"
|
style_root = "bg:orange fg:white"
|
||||||
format = '[ $user ]($style)'
|
format = '[ $user ]($style)'
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
@ -175,7 +176,7 @@ format = '[[ $symbol( $context) ](fg:#83a598 bg:color_bg3)]($style)'
|
|||||||
disabled = false
|
disabled = false
|
||||||
time_format = "%R"
|
time_format = "%R"
|
||||||
style = "bg:peach"
|
style = "bg:peach"
|
||||||
format = '[[ $time ](fg:mantle bg:white)]($style)'
|
format = '[[ $time ](fg:mantle bg:grey)]($style)'
|
||||||
|
|
||||||
[line_break]
|
[line_break]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user