diff --git a/web/style-definitions/tokens/color/owncast-colors.yaml b/web/style-definitions/tokens/color/owncast-colors.yaml index f70ade39a..f373a60b9 100644 --- a/web/style-definitions/tokens/color/owncast-colors.yaml +++ b/web/style-definitions/tokens/color/owncast-colors.yaml @@ -18,7 +18,7 @@ color: 1: value: 'rgb(244, 128, 11)' 2: - value: 'rgb(244, 244, 11)' + value: 'rgb(162, 162, 1)' 3: value: 'rgb(88, 244, 11)' 4: diff --git a/web/styles/theme.less b/web/styles/theme.less index 271c2b69f..71ff9912d 100644 --- a/web/styles/theme.less +++ b/web/styles/theme.less @@ -1,6 +1,6 @@ // 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: // Edit the corresponding token file under the style-definitions directory @@ -108,7 +108,7 @@ @color-unknown-2: #fffffe; @color-owncast-user-0: #f40b0b; @color-owncast-user-1: #f4800b; -@color-owncast-user-2: #f4f40b; +@color-owncast-user-2: #a2a201; @color-owncast-user-3: #58f40b; @color-owncast-user-4: #0bf4f4; @color-owncast-user-5: #0ba6f4; diff --git a/web/styles/variables.css b/web/styles/variables.css index 13aa0691d..ee0aba4b7 100644 --- a/web/styles/variables.css +++ b/web/styles/variables.css @@ -1,6 +1,6 @@ /** * 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: * Edit the corresponding token file under the style-definitions directory @@ -110,7 +110,7 @@ --color-unknown-2: #fffffe; --color-owncast-user-0: #f40b0b; --color-owncast-user-1: #f4800b; - --color-owncast-user-2: #f4f40b; + --color-owncast-user-2: #a2a201; --color-owncast-user-3: #58f40b; --color-owncast-user-4: #0bf4f4; --color-owncast-user-5: #0ba6f4;