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; enableTransience = true;
settings = { settings = {
add_newline = true; add_newline = true;
cmd_duration = {
style = "yellow";
format = "[ $duration]($style)";
};
}; };
}; };
} }

View file

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