feat: add wlogout

This commit is contained in:
João Dias
2024-08-04 14:56:34 -03:00
parent 43625a2c20
commit fd7089256e
3 changed files with 107 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
@define-color text #cdd6f4;
@define-color yellow #f9e2af;
@define-color background shade(@yellow, .2);
@define-color border shade(@yellow, .15);
@define-color background-alt shade(@yellow, .7);
@define-color hover shade(@yellow, .5);
@define-color active shade(@yellow, .55);
@define-color highlight shade(@yellow, .9);