Added gruvbox-dark and gruvbox-light themes (#490)

This commit is contained in:
Lena
2022-11-20 17:49:20 -03:00
committed by GitHub
parent 3f3d9e9c3b
commit 40dfddc44d
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,13 @@
/* Gruvbox-Dark theme setting */
.gruvboxdark {
--accent: #8ec07c;
--green: #b8bb26;
--text: #ebdbb2;
--foreground: #3c3836;
--background: #282828;
--outside: #3c3836;
--post: #3c3836;
--panel-border: 1px solid #504945;
--highlighted: #282828;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}