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

feat: exposes editor-line-number-active-fg theme variable #1833

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dsmmcken
Copy link
Contributor

Fixes issue with active line number looking bad in light theme.

  • Exposes editor-line-number-active-fg as editor semanatic variable
  • Sets to blue/black in light theme to match vs code light theme approach

Fixes issue with active line number looking bad in light theme.

- Exposes editor-line-number-active-fg as editor semanatic variable
- Sets to blue/black in light theme to match vs code light theme approach
@dsmmcken dsmmcken self-assigned this Feb 26, 2024
@dsmmcken dsmmcken added this to the February 2024 milestone Feb 26, 2024
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.11%. Comparing base (8d95212) to head (63f68a5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1833   +/-   ##
=======================================
  Coverage   46.11%   46.11%           
=======================================
  Files         628      628           
  Lines       37822    37826    +4     
  Branches     9529     9532    +3     
=======================================
+ Hits        17440    17443    +3     
- Misses      20328    20329    +1     
  Partials       54       54           
Flag Coverage Δ
unit 46.11% <ø> (+<0.01%) ⬆️

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.

Confirmed line numbers + active line numbers look good in light + dark theme.

@dsmmcken dsmmcken merged commit 448f0f0 into main Feb 27, 2024
5 checks passed
@dsmmcken dsmmcken deleted the dmckenzie_line_number_active branch February 27, 2024 15:17
@github-actions github-actions bot locked and limited conversation to collaborators Feb 27, 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