Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterate on badge / unread indicator color (#5332) #5456

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Mar 8, 2022

Fixes #5332 .

Before

Light Dark
image image

After

Light Dark
image image

<item name="vctr_header_background">?vctr_system</item>
<item name="vctr_list_separator">?vctr_content_quinary</item>
<item name="vctr_list_separator_system">?vctr_system</item>
<item name="vctr_list_separator_on_surface">?vctr_system</item>
<item name="vctr_unread_background">?vctr_content_tertiary</item>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 for the alias, also allows light/dark to use separate theme values if needed

Copy link
Contributor

@ouchadam ouchadam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming the screenshots show the new colours in action LGTM 💯

@bmarty bmarty requested a review from amshakal March 8, 2022 13:55
@ouchadam
Copy link
Contributor

ouchadam commented Mar 8, 2022

thanks for the screenshots, looks better/easier to read to my developer eyes 👀 will leave final sign off to @amshakal

@github-actions
Copy link

github-actions bot commented Mar 8, 2022

Unit Test Results

  96 files  ±0    96 suites  ±0   1m 5s ⏱️ -8s
172 tests ±0  172 ✔️ ±0  0 💤 ±0  0 ±0 
564 runs  ±0  564 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit b867e5f. ± Comparison against base commit bdc9bc0.

@bmarty bmarty merged commit f628b24 into develop Mar 8, 2022
@bmarty bmarty deleted the feature/bma/fix_color branch March 8, 2022 14:25
@Ornanovitch
Copy link

Hey, I came here because of the lack of contrast on the dark theme unread badge before this PR, but according to what I see on the "after" screenshot it seems it's still far from an easy-to-read badge (contrary to the light theme's one). Don't you think ? Have you tested the colors on some WCAG check tool? Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterate on badge / unread indicator color
4 participants