Skip to content

Commit 6cb4e40

Browse files
committed
add more color vars
1 parent e3675f6 commit 6cb4e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
885885
--elevation-low: none;
886886
--shadow-ledge: none;
887887

888+
--brand-200: var(--txt-2);
888889
--brand-360: var(--acc-1); /* tab underlines */
889890
--brand-400: var(--acc-2); /* search date picker suggestion hover */
890891
--brand-500: var(--acc-0); /* unread bar, accent buttons, spotify */
@@ -894,6 +895,8 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
894895

895896
--primary-130: var(--bg-0); /* vc controls (2?) */
896897
--primary-230: var(--bg-1); /* vc controls hover (2?) */
898+
--primary-330: var(--txt-2);
899+
--primary-400: var(--acc-2);
897900
--primary-500: var(--bg-2); /* neutral button background */
898901
--primary-600: var(--bg-1); /* status bubbles, modals */
899902
--primary-630: var(--bg-1); /* vc controls */

0 commit comments

Comments
 (0)