modules/theme: update starship colors
This commit is contained in:
parent
e17d48779a
commit
b17e84fbef
2 changed files with 7 additions and 5 deletions
|
@ -4,11 +4,6 @@
|
|||
enableTransience = true;
|
||||
settings = {
|
||||
add_newline = true;
|
||||
|
||||
cmd_duration = {
|
||||
style = "yellow";
|
||||
format = "[ $duration]($style)";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue