fix(vars prompt): change blue and red colors
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ae55d93ace
commit
f885f7b316
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue