mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Updates colors in starship config
This commit is contained in:
@@ -4,9 +4,9 @@ format = """
|
|||||||
[](color_orange)\
|
[](color_orange)\
|
||||||
$os\
|
$os\
|
||||||
$username\
|
$username\
|
||||||
[](bg:color_yellow fg:color_orange)\
|
[](bg:color_pink fg:color_orange)\
|
||||||
$directory\
|
$directory\
|
||||||
[](fg:color_yellow bg:color_lavender)\
|
[](fg:color_pink bg:color_lavender)\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_status\
|
$git_status\
|
||||||
[](fg:color_lavender bg:color_blue)\
|
[](fg:color_lavender bg:color_blue)\
|
||||||
@@ -22,9 +22,9 @@ $python\
|
|||||||
[](fg:color_blue bg:color_bg3)\
|
[](fg:color_blue bg:color_bg3)\
|
||||||
$docker_context\
|
$docker_context\
|
||||||
$conda\
|
$conda\
|
||||||
[](fg:color_bg3 bg:color_bg1)\
|
[](fg:color_bg3 bg:color_green)\
|
||||||
$time\
|
$time\
|
||||||
[ ](fg:color_bg1)\
|
[ ](fg:color_green)\
|
||||||
$line_break$character"""
|
$line_break$character"""
|
||||||
|
|
||||||
palette = 'gruvbox_dark'
|
palette = 'gruvbox_dark'
|
||||||
@@ -43,10 +43,11 @@ color_red = '#ed8796'
|
|||||||
color_yellow = '#eed49f'
|
color_yellow = '#eed49f'
|
||||||
color_grey = '#585b70'
|
color_grey = '#585b70'
|
||||||
color_maroon = '#eba0ac'
|
color_maroon = '#eba0ac'
|
||||||
|
color_pink = '#f5c2e7'
|
||||||
|
|
||||||
[os]
|
[os]
|
||||||
disabled = false
|
disabled = false
|
||||||
style = "bg:color_orange fg:color_fg0"
|
style = "bold bg:color_orange fg:color_fg0"
|
||||||
|
|
||||||
[os.symbols]
|
[os.symbols]
|
||||||
Windows = ""
|
Windows = ""
|
||||||
@@ -71,12 +72,12 @@ RedHatEnterprise = ""
|
|||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
style_user = "bold bg:color_orange fg:color_fg0"
|
style_user = "bold bg:color_orange fg:color_grey"
|
||||||
style_root = "bold bg:color_orange fg:color_fg0"
|
style_root = "bold bg:color_orange fg:color_grey"
|
||||||
format = '[ $user ]($style)'
|
format = '[ $user ]($style)'
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bold fg:color_grey bg:color_yellow"
|
style = "bold fg:color_grey bg:color_pink"
|
||||||
format = "[ $path ]($style)"
|
format = "[ $path ]($style)"
|
||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
@@ -155,8 +156,8 @@ format = '[[ $symbol( $environment) ](fg:#83a598 bg:color_bg3)]($style)'
|
|||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
time_format = "%R"
|
time_format = "%R"
|
||||||
style = "bg:color_bg1"
|
style = "bg:color_green"
|
||||||
format = '[[ $time ](fg:color_fg0 bg:color_bg1)]($style)'
|
format = '[[ $time ](bold fg:color_grey bg:color_green)]($style)'
|
||||||
|
|
||||||
[line_break]
|
[line_break]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user