modules/theme: update starship colors

This commit is contained in:
Anthony Rodriguez 2024-12-08 21:22:12 +01:00
parent e17d48779a
commit b17e84fbef
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 7 additions and 5 deletions

View file

@ -4,11 +4,6 @@
enableTransience = true;
settings = {
add_newline = true;
cmd_duration = {
style = "yellow";
format = "[ $duration]($style)";
};
};
};
}

View file

@ -230,12 +230,19 @@ in {
'';
starship.settings = {
directory = {
style = "bold yellow";
};
character = {
format = "$symbol ";
success_symbol = "[](bold green)";
error_symbol = "[](bold red)";
vicmd_symbol = "[](bold green)";
};
cmd_duration = {
style = "yellow";
format = "[ $duration]($style)";
};
};
nvf.settings.vim.theme = {