link to repos for colors

This commit is contained in:
Akbar Rahman 2022-04-13 02:30:01 +01:00
parent a79d025d10
commit 5fb31f11e6
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* colors from https://github.com/chriskempson/base16 */
:root { :root {
--base16-base00: #181818; /* default background */ --base16-base00: #181818; /* default background */
--base16-base01: #282828; /* lighter background */ --base16-base01: #282828; /* lighter background */

View File

@ -1,3 +1,5 @@
/* colors from https://github.com/morhetz/gruvbox */
:root { :root {
--gruvbox-orange: #d65d0e; --gruvbox-orange: #d65d0e;
--gruvbox-red: #cc242d; --gruvbox-red: #cc242d;