Add support for changing user color in name modal. Closes #1805

This commit is contained in:
Gabe Kangas
2022-08-09 19:56:45 -07:00
parent 9187a7a435
commit 68414445c2
22 changed files with 171 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Tue, 12 Jul 2022 21:03:36 GMT
// Generated on Wed, 10 Aug 2022 02:31:18 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -26,14 +26,14 @@
@theme-background-primary: #fffcf2; // The main background color of the page.
@theme-background-secondary: #f0efe4; // A secondary background color used in sections and controls.
@theme-rounded-corners: 0.5em;
@theme-user-colors-1: #f40b0b;
@theme-user-colors-2: #f4800b;
@theme-user-colors-3: #f4f40b;
@theme-user-colors-4: #58f40b;
@theme-user-colors-5: #0bf4f4;
@theme-user-colors-6: #0ba6f4;
@theme-user-colors-7: #6666ff;
@theme-user-colors-8: #f40bf4;
@theme-user-colors-0: #f40b0b;
@theme-user-colors-1: #f4800b;
@theme-user-colors-2: #f4f40b;
@theme-user-colors-3: #58f40b;
@theme-user-colors-4: #0bf4f4;
@theme-user-colors-5: #0ba6f4;
@theme-user-colors-6: #6666ff;
@theme-user-colors-7: #f40bf4;
@owncast-purple: #00ff00;
@owncast-purple-25: rgba(120, 113, 255, 0.25);
@owncast-purple-50: rgba(120, 113, 255, 0.5);