Skip to content

Commit e764e73

Browse files
committed
Re-add primary variables to overwrite (various places use it that may not be obvious, fallback)
1 parent 6671c74 commit e764e73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Yami_Twitch.ovt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
/* Default variables from Yami.obt that we overwrite */
4444
--icon_base: calc(6px + var(--font_base_value));
4545

46+
--primary: var(--purple2);
47+
--primary_light: var(--purple1);
48+
--primary_lighter: var(--purple1);
49+
--primary_dark: var(--purple3);
50+
--primary_darker: var(--purple3);
51+
4652
--padding_wide: calc(18px + calc(0.25 * var(--padding_base_value)));
4753
--padding_menu: calc(8px + calc(1 * var(--padding_base_value)));
4854

0 commit comments

Comments
 (0)