This commit is contained in:
2026-06-15 00:24:26 +03:00
commit 3fab9257e0
45 changed files with 2729 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
@define-color bg0 #1e1e2e;
@define-color bg1 #313244;
@define-color bg2 #45475a;
@define-color bg3 #585b70;
@define-color bg4 #11111b;
@define-color red #f38ba8;
@define-color orange #fab387;
@define-color yellow #f9e2af;
@define-color green #a6e3a1;
@define-color aqua #94e2d5;
@define-color blue #89b4fa;
@define-color purple #cba6f7;
@define-color fg #cdd6f4;
@define-color grey0 #6c7086;
@define-color grey1 #7f849c;
@define-color grey2 #9399b2;