chore: fix the file structure

This commit is contained in:
Adam Perkowski
2025-03-01 22:04:20 +01:00
parent 05f01e4a0c
commit 30e34913f6
9 changed files with 4 additions and 4 deletions
+25
View File
@@ -0,0 +1,25 @@
:root {
--rosewater: #f4dbd6;
--flamingo: #f0c6c6;
--pink: #f5bde6;
--mauve: #c6a0f6;
--red: #ed8796;
--maroon: #ee99a0;
--peach: #f5a97f;
--yellow: #eed49f;
--green: #a6da95;
--teal: #8bd5ca;
--sky: #91d7e3;
--sapphire: #7dc4e4;
--blue: #8aadf4;
--lavender: #b7bdf8;
--main-color: var(--sapphire);
--main-background: #24273a;
--second-background: #1e2030;
--hover-background: #363a4f;
--main-text: #cad3f5;
--dimmer-text: #939ab7;
--green-color: var(--green);
--red-color: var(--red);
}