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;
|
enableTransience = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
|
|
||||||
cmd_duration = {
|
|
||||||
style = "yellow";
|
|
||||||
format = "[ $duration]($style)";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue