link to repos for colors
This commit is contained in:
parent
a79d025d10
commit
5fb31f11e6
@ -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 */
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user