Skip to content

Commit

Permalink
feat: add emerald theme
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed May 7, 2021
1 parent cbe0e2f commit 74776b9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/themes/emerald.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[data-theme='emerald'] {
--p: 141 50% 60%;
--pf: 141 50% 50%;
--pc: 210 25% 98%;

--s: 219 96% 60%;
--sf: 219 96% 50%;
--sc: 210 25% 98%;

--a: 10 81% 56%;
--af: 10 81% 46%;
--ac: 210 25% 98%;

--n: 218 20% 25%;
--nf: 218 20% 15%;
--nc: 210 25% 98%;

--b1: 0 0% 100%;
--b2: 210 25% 98%;
--b3: 0 0% 95%;
--bc: 218 20% 25%;

--animation-btn: 0;
--animation-input: 0;

--btn-focus-scale: 1;

}

0 comments on commit 74776b9

Please sign in to comment.