Merge pull request #11 from kkYrusobad/patch-1

Create gruvbox.css
This commit is contained in:
Paul Houser 2022-01-30 14:26:13 -08:00 committed by GitHub
commit d6b96c3980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
themes/gruvbox.css Normal file
View File

@ -0,0 +1,23 @@
/* gruv for starttree */
:root {
--background: #282828;
--foreground: #ebdbb2;
--cursor: #bfc7c7;
--color0: #282828;
--color1: #cc241d;
--color2: #98971a;
--color3: #d79921;
--color4: #458588;
--color5: #b16286;
--color6: #689d6a;
--color7: #a89984;
--color8: #928374;
--color9: #fb4934;
--color10: #b8bb26;
--color11: #fabd2f;
--color12: #83a598;
--color13: #d3869b;
--color14: #8ec07c;
--color15: #ebdbb2;
}