first commit

This commit is contained in:
root
2024-10-29 03:42:53 +00:00
commit ce4d28d241
8443 changed files with 257326 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* CSS Document */
:root {
--thm-base: #246af4;
--thm-base-rgb: 36, 106, 244;
}

View File

@@ -0,0 +1,4 @@
:root {
--thm-base: #964B00;
--thm-base-rgb: 150, 75, 0;
}

View File

@@ -0,0 +1,10 @@
@charset "utf-8";
/* CSS Document */
:root {
--thm-base: #FF6C1E;
--thm-base-rgb: 255, 108, 30;
}

View File

@@ -0,0 +1,4 @@
:root {
--thm-base: #3ead3c;
--thm-base-rgb: 62, 173, 60;
}

View File

@@ -0,0 +1,4 @@
:root {
--thm-base: #ffb347;
--thm-base-rgb: 255, 179, 71;
}

View File

@@ -0,0 +1,4 @@
:root {
--thm-base: #bb54e1;
--thm-base-rgb: 187, 84, 255;
}

View File

@@ -0,0 +1,4 @@
:root {
--thm-base: #44a9aa;
--thm-base-rgb: 68, 169, 170;
}

View File

@@ -0,0 +1,4 @@
:root {
--thm-base: #fed000;
--thm-base-rgb: 254, 208, 0;
}