This commit is contained in:
iFargle 2024-01-19 17:33:31 +09:00
parent c8ad57de23
commit b4ab8e674c

View file

@ -6,6 +6,7 @@ let
blueColor = "#446e86"; blueColor = "#446e86";
whiteColor = "#f8f2e6"; whiteColor = "#f8f2e6";
blackColor = "#2f312e"; blackColor = "#2f312e";
redColor = "#fb4934";
in in
{ {
programs.starship.settings = { programs.starship.settings = {
@ -89,6 +90,8 @@ in
}; };
status = { status = {
style = "fg:${whiteColor} bg:${redColor}";
format = "[$symbol$status]($style)";
disabled = false; disabled = false;
}; };