Change bright yellow chat user color

This commit is contained in:
Gabe Kangas 2022-11-13 12:52:24 -08:00
parent bc6af8251e
commit 2667614ce0
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ color:
1: 1:
value: 'rgb(244, 128, 11)' value: 'rgb(244, 128, 11)'
2: 2:
value: 'rgb(244, 244, 11)' value: 'rgb(162, 162, 1)'
3: 3:
value: 'rgb(88, 244, 11)' value: 'rgb(88, 244, 11)'
4: 4:

View file

@ -1,6 +1,6 @@
// Do not edit directly // Do not edit directly
// Generated on Sun, 13 Nov 2022 20:33:46 GMT // Generated on Sun, 13 Nov 2022 20:49:29 GMT
// //
// How to edit these values: // How to edit these values:
// Edit the corresponding token file under the style-definitions directory // Edit the corresponding token file under the style-definitions directory
@ -108,7 +108,7 @@
@color-unknown-2: #fffffe; @color-unknown-2: #fffffe;
@color-owncast-user-0: #f40b0b; @color-owncast-user-0: #f40b0b;
@color-owncast-user-1: #f4800b; @color-owncast-user-1: #f4800b;
@color-owncast-user-2: #f4f40b; @color-owncast-user-2: #a2a201;
@color-owncast-user-3: #58f40b; @color-owncast-user-3: #58f40b;
@color-owncast-user-4: #0bf4f4; @color-owncast-user-4: #0bf4f4;
@color-owncast-user-5: #0ba6f4; @color-owncast-user-5: #0ba6f4;

View file

@ -1,6 +1,6 @@
/** /**
* Do not edit directly * Do not edit directly
* Generated on Sun, 13 Nov 2022 20:33:46 GMT * Generated on Sun, 13 Nov 2022 20:49:29 GMT
* *
* How to edit these values: * How to edit these values:
* Edit the corresponding token file under the style-definitions directory * Edit the corresponding token file under the style-definitions directory
@ -110,7 +110,7 @@
--color-unknown-2: #fffffe; --color-unknown-2: #fffffe;
--color-owncast-user-0: #f40b0b; --color-owncast-user-0: #f40b0b;
--color-owncast-user-1: #f4800b; --color-owncast-user-1: #f4800b;
--color-owncast-user-2: #f4f40b; --color-owncast-user-2: #a2a201;
--color-owncast-user-3: #58f40b; --color-owncast-user-3: #58f40b;
--color-owncast-user-4: #0bf4f4; --color-owncast-user-4: #0bf4f4;
--color-owncast-user-5: #0ba6f4; --color-owncast-user-5: #0ba6f4;