Skip to content

Commit

Permalink
fix greens
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jul 22, 2024
1 parent 9f7c079 commit 969db17
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
10 changes: 6 additions & 4 deletions flavors/spicetify-text.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
--txt-2: hsl(0, 0%, 50%);
--txt-3: hsl(0, 0%, 30%);

--acc-0: #1ed760;
--acc-1: #1db954;
--acc-2: var(--purple-2);
--acc-0: var(--green);
--acc-1: var(--green-1);
--acc-2: var(--green-2);

--border-width: 1px;
--border-color: #535353;
Expand All @@ -69,5 +69,7 @@
--purple-2: oklch(53% 0.12 300);
--cyan: oklch(73% 0.12 200);
--yellow: oklch(78% 0.12 80);
--green: oklch(73% 0.12 160);
--green: hsl(141, 76%, 48%);
--green-1: hsl(141, 73%, 42%);
--green-2: hsl(141, 73%, 36%);
}
5 changes: 5 additions & 0 deletions system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
--cyan: oklch(73% 0.12 200);
--yellow: oklch(78% 0.12 80);
--green: oklch(73% 0.12 160);
--green-1: oklch(63% 0.12 160);
--green-2: oklch(53% 0.12 160);
}

:root {
Expand Down Expand Up @@ -933,6 +935,9 @@ html.theme-light {
--red-530: var(--pink-2); /* button active */

--green-360: var(--green); /* vc icon on server */
--green-430: var(--green); /* green buttons */
--green-500: var(--green-1);
--green-530: var(--green-2);

--twitch: var(--acc-1);
}
2 changes: 2 additions & 0 deletions system24.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@
--cyan: oklch(73% 0.12 200);
--yellow: oklch(78% 0.12 80);
--green: oklch(73% 0.12 160);
--green-1: oklch(63% 0.12 160);
--green-2: oklch(53% 0.12 160);
}

0 comments on commit 969db17

Please sign in to comment.