starship: configure bg color for username section

This commit is contained in:
Colin 2023-07-18 03:41:45 +00:00
parent 431b1054e6
commit 254b248bf3

View File

@ -36,6 +36,11 @@ in {
os.disabled = false;
# 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.format = "[ $path ]($style)";
directory.truncation_length = 3;