facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
19.69k stars 1.67k forks source link

Feature: Support Custom Color for Table Selection Highlight #6655

Open dineug opened 1 month ago

dineug commented 1 month ago

Description

I am working on a Lexical Editor for dark themes. It would be great to support custom colors for table selection highlights.

https://github.com/user-attachments/assets/86ef7a54-56cb-4dff-8177-03265b6c11b0

Impact

This will help achieve a higher-quality dark theme.

etrepum commented 1 month ago

@zurfyx is there a reason why this selection color is hard-coded as a style, rather than implemented as a class and/or using css custom properties?