From b7bc176dbfac1c7458bfcb33352f38ded18dac7d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 29 Jan 2023 14:13:12 -0800 Subject: [PATCH] Change another user display color to meet a11y requirements --- .../tokens/color/owncast-colors.yaml | 14 +++++++------- web/styles/theme.less | 4 ++-- web/styles/variables.css | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/style-definitions/tokens/color/owncast-colors.yaml b/web/style-definitions/tokens/color/owncast-colors.yaml index 55c97bfb8..5ff646be9 100644 --- a/web/style-definitions/tokens/color/owncast-colors.yaml +++ b/web/style-definitions/tokens/color/owncast-colors.yaml @@ -15,21 +15,21 @@ color: user: 0: - value: '#ff717b' + value: '#FF717B' 1: value: '#F4E413' 2: - value: '#b99c45' + value: '#B99C45' 3: - value: '#58f40b' + value: '#58F40B' 4: - value: '#0bf4f4' + value: '#0BF4F4' 5: - value: '#0ba6f4' + value: '#16a8f7' 6: - value: '#9a92ff' + value: '#9A92FF' 7: - value: '#ff53ff' + value: '#FF53FF' palette: 0: diff --git a/web/styles/theme.less b/web/styles/theme.less index 0cf4c0d9f..72d83aa8a 100644 --- a/web/styles/theme.less +++ b/web/styles/theme.less @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Sun, 29 Jan 2023 22:03:03 GMT +// Generated on Sun, 29 Jan 2023 22:10:49 GMT // // How to edit these values: // Edit the corresponding token file under the style-definitions directory @@ -111,7 +111,7 @@ @color-owncast-user-2: #b99c45; @color-owncast-user-3: #58f40b; @color-owncast-user-4: #0bf4f4; -@color-owncast-user-5: #0ba6f4; +@color-owncast-user-5: #16a8f7; @color-owncast-user-6: #9a92ff; @color-owncast-user-7: #ff53ff; @color-owncast-palette-0: #12161d; // Dark primary diff --git a/web/styles/variables.css b/web/styles/variables.css index 26e15357c..6149c1dfd 100644 --- a/web/styles/variables.css +++ b/web/styles/variables.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Sun, 29 Jan 2023 22:03:03 GMT + * Generated on Sun, 29 Jan 2023 22:10:49 GMT * * How to edit these values: * Edit the corresponding token file under the style-definitions directory @@ -113,7 +113,7 @@ --color-owncast-user-2: #b99c45; --color-owncast-user-3: #58f40b; --color-owncast-user-4: #0bf4f4; - --color-owncast-user-5: #0ba6f4; + --color-owncast-user-5: #16a8f7; --color-owncast-user-6: #9a92ff; --color-owncast-user-7: #ff53ff; --color-owncast-palette-0: #12161d; /* Dark primary */