added chat bg variable and updated bg color to match design
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
// Do not edit directly
|
||||
// Generated on Sun, 11 Sep 2022 05:30:09 GMT
|
||||
// Generated on Fri, 30 Sep 2022 07:36:16 GMT
|
||||
//
|
||||
// How to edit these values:
|
||||
// Edit the corresponding token file under the style-definitions directory
|
||||
@@ -17,7 +17,6 @@
|
||||
@border-radius-base: var(--theme-rounded-corners);
|
||||
@background-color-light: var(--theme-color-background-main);
|
||||
@modal-close-color: var(--theme-color-background-main);
|
||||
@modal-close-hover: var(--theme-color-action);
|
||||
@primary-color: #7a5cf3; // Text link/secondary light text
|
||||
@primary-color-hover: #2386e2; // Fun color 1
|
||||
@primary-color-active: #5d38f3; // Text link hover
|
||||
@@ -62,6 +61,7 @@
|
||||
@theme-color-palette-warning: var(--color-owncast-palette-warning); // Warning
|
||||
@theme-color-background-main: var(--theme-color-palette-3); // Light primary
|
||||
@theme-color-background-header: var(--theme-color-palette-0); // Dark primary
|
||||
@theme-color-background-chat: var(--theme-color-palette-4); // Light secondary
|
||||
@theme-color-action: var(--theme-color-palette-6); // Text link/secondary light text
|
||||
@theme-color-action-hover: var(--theme-color-palette-7); // Text link hover
|
||||
@theme-color-action-disabled: var(--theme-color-palette-8); // Disabled background
|
||||
|
||||
Reference in New Issue
Block a user