This commit is contained in:
TheGiddyLimit
2024-04-16 23:10:29 +01:00
parent 5e0cc455b9
commit adec95d4ab
36 changed files with 1730 additions and 294 deletions

View File

@@ -85,6 +85,7 @@
$rgb-source-HFFotM: #7b702c;
$rgb-source-BMT: #694165;
$rgb-source-QftIS: #6191ae;
$rgb-source-VEoR: #b74c62;
$rgb-source-GHLoE: #c07e4e;
$rgb-source-DoDk: #825494;
$rgb-source-HWCS: #d0914b;
@@ -459,6 +460,11 @@
@include mix-source-color($rgb-source-QftIS);
}
&VEoR,
&VNotEE {
@include mix-source-color($rgb-source-VEoR);
}
&GHLoE {
@include mix-source-color($rgb-source-GHLoE);
}