From d215e5062a2786998ad8d9a7f8cc939e97cc7a0b Mon Sep 17 00:00:00 2001 From: deepskyblue Date: Sun, 27 Feb 2022 22:55:49 -0500 Subject: [PATCH] trident triad trine (#19) * trident * strong --- README.md | 4 ++-- dew.css | 4 ++-- diy.css | 4 ++-- icon.svg | 8 ++++---- index.html | 10 ++++++---- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 559043f..6160995 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ --dew-shift: color 0ms; --dew-slick: mistyrose; --dew-slime: deeppink; ---dew-solar: hotpink; ---dew-lunar: #201; +--dew-solar: orchid; +--dew-lunar: #111; --dew-locus: currentColor; --dew-focus: invert(100%); --dew-hover: hue-rotate(0deg); diff --git a/dew.css b/dew.css index 17fbf3d..4be5f32 100644 --- a/dew.css +++ b/dew.css @@ -61,8 +61,8 @@ https://github.com/s9a/dew --dew-shift: none; --dew-slick: mistyrose; --dew-slime: deeppink; - --dew-solar: hotpink; - --dew-lunar: #201; + --dew-solar: orchid; + --dew-lunar: #111; --dew-locus: currentColor; --dew-focus: invert(100%); --dew-hover: none; diff --git a/diy.css b/diy.css index 140102b..79f029d 100644 --- a/diy.css +++ b/diy.css @@ -2,8 +2,8 @@ --dew-shift: color 0ms; --dew-slick: mistyrose; --dew-slime: deeppink; - --dew-solar: hotpink; - --dew-lunar: #201; + --dew-solar: orchid; + --dew-lunar: #111; --dew-locus: currentColor; --dew-focus: invert(100%); --dew-hover: hue-rotate(0deg); diff --git a/icon.svg b/icon.svg index 9729193..9fef409 100644 --- a/icon.svg +++ b/icon.svg @@ -1,9 +1,9 @@ dew droplet - - + + diff --git a/index.html b/index.html index 1207809..ee5db65 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@

dew

.dew-lunar depicts - dark + dark
.dew-shift transition @@ -93,12 +93,14 @@

dew

- customeyes + customeyes
--dew-shift: none;
- --dew-solar: mistyrose;
- --dew-lunar: darkviolet;
+ --dew-slick: mistyrose;
+ --dew-slime: darkviolet;
+ --dew-solar: orchid
+ --dew-lunar: #111
--dew-locus: currentColor;
--dew-focus: invert(100%);
--dew-hover: none;