starship: configure bg color for username section
This commit is contained in:
@@ -36,6 +36,11 @@ in {
|
|||||||
os.disabled = false;
|
os.disabled = false;
|
||||||
# os.symbols.NixOS = "❄️"; # removes the space after logo
|
# os.symbols.NixOS = "❄️"; # removes the space after logo
|
||||||
|
|
||||||
|
# TODO: tune foreground color of username
|
||||||
|
username.style_user = "bold bg:#9A348E";
|
||||||
|
username.style_root = "bold bg:#9A348E";
|
||||||
|
username.format = "[$user]($style)";
|
||||||
|
|
||||||
directory.style = "bg:#DA627D fg:#ffffff";
|
directory.style = "bg:#DA627D fg:#ffffff";
|
||||||
directory.format = "[ $path ]($style)";
|
directory.format = "[ $path ]($style)";
|
||||||
directory.truncation_length = 3;
|
directory.truncation_length = 3;
|
||||||
|
Reference in New Issue
Block a user