Merge pull request #2 from mntn-xyz/patch-1

Add missing colors to gruvbox-dark theme
This commit is contained in:
Joe Roe 2021-07-28 13:46:58 +02:00 committed by GitHub
commit 616c52ea4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 4 deletions

View File

@ -2,21 +2,28 @@
* https://github.com/morhetz/gruvbox
*/
:root {
--dark-black: #1d2021;
--black: #282828;
--bright-black: #928374;
--white: #ebdbb2;
--bright-white: #fbf1c7;
--red: #cc241d;
--green: #98971a;
--yellow: #d79921;
--blue: #458588;
--magenta: #b16286;
--cyan: #689d6a;
--white: #ebdbb2;
--dark-black: #1d2021;
--bright-black: #928374;
--orange: #d65d0e;
--gray: #928374;
--bright-red: #fb4934;
--bright-green: #b8bb26;
--bright-yellow: #fabd2f;
--bright-blue: #83a598;
--bright-magenta: #d3869b;
--bright-cyan: #8ec07c;
--bright-white: #fbf1c7;
--bright-orange: #fe8019;
--bright-gray: #a89984;
}