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

fix: improve color contrast of editor find in dark mode #2248

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

dsmmcken
Copy link
Contributor

@dsmmcken dsmmcken commented Oct 4, 2024

User reported editor find contrast in dark mode was bad. Changed color for semantic editor highlight in dark mode to an orange similar to what monokai uses for find in vs code. Confirmed existing color in light mode was fine.

Before:
image

After:
image

@dsmmcken dsmmcken requested a review from bmingles October 4, 2024 14:36
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.42%. Comparing base (92b133b) to head (80a7590).

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2248    +/-   ##
========================================
  Coverage   46.42%   46.42%            
========================================
  Files         698      698            
  Lines       38761    38761            
  Branches     9801     9680   -121     
========================================
  Hits        17993    17993            
- Misses      20714    20757    +43     
+ Partials       54       11    -43     
Flag Coverage Δ
unit 46.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@bmingles bmingles left a comment

Choose a reason for hiding this comment

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

LGTM

@dsmmcken dsmmcken merged commit f8dd133 into main Oct 4, 2024
12 checks passed
@dsmmcken dsmmcken deleted the dmckenzie_fix_highlight_color branch October 4, 2024 15:21
@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants