fix(vars prompt): change blue and red colors
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-24 18:52:28 -05:00
parent ae55d93ace
commit f885f7b316

View file

@ -18,18 +18,18 @@ color: let
"red" = {
textColor = "#e3e5e5";
firstColor = "#9d0909";
secondColor = "#700707";
thirdColor = "#430404";
fourthColor = "#160101";
firstColor = "#e04242";
secondColor = "#9c2e2e";
thirdColor = "#591a1a";
fourthColor = "#160606";
};
"blue" = {
textColor = "#e3e5e5";
firstColor = "#092a9d";
secondColor = "#071e70";
thirdColor = "#041243";
fourthColor = "#010616";
firstColor = "#6684ee";
secondColor = "#475ca6";
thirdColor = "#28345f";
fourthColor = "#010617";
};
# Template