visual-studio-code icon indicating copy to clipboard operation
visual-studio-code copied to clipboard

Fixed the selection color of a folded block #30

Open wilywork opened this issue 10 months ago • 0 comments

Changes proposed This PR fixes the selection color of a folded block in the editor. Previously, the selection color was inconsistent with the theme, making it difficult to distinguish selected text within collapsed sections.

The updated color ensures better readability and consistency with the overall design.

Fixes #30

Additional context Before the fix: image

After the fix: image

This change enhances the user experience by improving the visibility of selected text in folded blocks, maintaining color consistency across the editor.

wilywork avatar Mar 15 '25 14:03 wilywork