switch more colors over to variables

This commit is contained in:
2022-04-14 19:31:39 +01:00
parent 27d832b244
commit 4061fdd9be
5 changed files with 18 additions and 7 deletions

View File

@@ -34,7 +34,9 @@
--gruvbox-gray: #928374;
--colorscheme-light: var(--gruvbox-fg);
--colorscheme-light-darker: var(--gruvbox-fg4);
--colorscheme-dark: var(--gruvbox-bg);
--colorscheme-dark-lighter: var(--gruvbox-bg4);
--orange: var(--gruvbox-orange);
--red: var(--gruvbox-red);