theme ctl

This commit is contained in:
2022-02-14 20:30:09 -05:00
parent d91afd6b02
commit 34d8a23568
21 changed files with 833 additions and 21 deletions
+25
View File
@@ -0,0 +1,25 @@
:root {
/* Special */
--background: #{{base00-hex}};
--foreground: #{{base05-hex}};
--cursor: #{{base05-hex}};
/* Colors */
--color0: #{{base00-hex}};
--color1: #{{base08-hex}};
--color2: #{{base0B-hex}};
--color3: #{{base0A-hex}};
--color4: #{{base0D-hex}};
--color5: #{{base0E-hex}};
--color6: #{{base0C-hex}};
--color7: #{{base05-hex}};
--color8: #{{base03-hex}};
--color9: #{{base09-hex}};
--color10: #{{base01-hex}};
--color11: #{{base02-hex}};
--color12: #{{base04-hex}};
--color13: #{{base06-hex}};
--color14: #{{base0F-hex}};
--color15: #{{base07-hex}};
}