Browse Source

starship: make ssh brighter

raylu 1 year ago
parent
commit
d650c529be
1 changed files with 7 additions and 6 deletions
  1. 7 6
      config/starship.toml

+ 7 - 6
config/starship.toml

@@ -1,8 +1,8 @@
 format = """
-[](#065555)\
+[](#BB77EE)\
 $hostname\
 $username\
-[](bg:#334A77 fg:#065555)\
+[](bg:#334A77 fg:#BB77EE)\
 $directory\
 [](fg:#334A77 bg:#775570)\
 $git_branch\
@@ -24,13 +24,14 @@ $line_break\
 add_newline = true
 
 [hostname]
-style = 'bg:#065555'
-format = '[$hostname ]($style)'
+style = 'bg:#BB77EE fg:#001100'
+ssh_symbol = '󰲝 '
+format = '[$ssh_symbol$hostname ]($style)'
 
 [username]
 show_always = false
-style_user = 'bg:#065555'
-style_root = 'bg:#065555 fg:#FF5577 bold'
+style_user = 'bg:#BB77EE fg:#001100'
+style_root = 'bg:#BB77EE fg:#881100 bold'
 format = '[$user ]($style)'
 
 [directory]