update readmes, documenation, and expose more colors in colors
This commit is contained in:
@@ -29,12 +29,13 @@
|
||||
--base16-purple: var(--base16-base0E);
|
||||
--base16-brown: var(--base16-base0F);
|
||||
|
||||
--colorscheme-light: var(--base16-fg);
|
||||
--colorscheme-dark: var(--base16-bg);
|
||||
|
||||
--orange: var(--base16-orange);
|
||||
--red: var(--base16-red);
|
||||
--green: var(--base16-green);
|
||||
--yellow: var(--base16-yellow);
|
||||
--blue: var(--base16-blue);
|
||||
--purple: var(--base16-purple);
|
||||
--light: var(--base16-fg);
|
||||
--dark: var(--base16-bg);
|
||||
}
|
||||
|
@@ -33,6 +33,9 @@
|
||||
--gruvbox-fg4: #a89984;
|
||||
--gruvbox-gray: #928374;
|
||||
|
||||
--colorscheme-light: var(--gruvbox-fg);
|
||||
--colorscheme-dark: var(--gruvbox-bg);
|
||||
|
||||
--orange: var(--gruvbox-orange);
|
||||
--red: var(--gruvbox-red);
|
||||
--green: var(--gruvbox-green);
|
||||
|
Reference in New Issue
Block a user