mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Change bright yellow chat user color
This commit is contained in:
parent
bc6af8251e
commit
2667614ce0
3 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue