This commit is contained in:
2026-04-19 18:05:23 +01:00
parent 801c9d74d0
commit aac7c9de0a
41 changed files with 665 additions and 142 deletions
+19
View File
@@ -0,0 +1,19 @@
@define-color bg0 #1d2021;
@define-color bg1 #282828;
@define-color bg2 #3c3838;
@define-color bg3 #504945;
@define-color bg4 #665c54;
@define-color fg #ebdbb2;
@define-color red #cc241d;
@define-color orange #d65d0e;
@define-color yellow #d79921;
@define-color green #98971a;
@define-color aqua #689d6a;
@define-color blue #458588;
@define-color purple #b16286;
@define-color grey0 #a89984;
@define-color grey1 #928374;
@define-color grey2 #7c6e75;