Initial commit

This commit is contained in:
2025-10-23 15:56:15 +02:00
commit c07303e8f8
22 changed files with 2774 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@define-color background rgb(26, 27, 38);
@define-color background-t0 alpha(@background, 0.8);
@define-color background-t1 alpha(@background, 0.7);
@define-color background-t2 alpha(@background, 0.6);
@define-color border #33ccff;
:root {
--border-radius: 8px;
}