[Feature Request] Improve Selection Visibility in Canvas Code View (Bright Yellow Background Issue)
Summary
When using the Canvas editor, the code view becomes hard to read because the background turns bright yellow when text is selected or when the editor is active.
This makes the code nearly invisible in light themes.
A simple solution would be to allow minimal CSS theme customization—particularly for the background and text colors during selection.
Steps to Reproduce
- Open any code block in Canvas view.
- Switch from “Preview” to “Edit” mode.
- Observe that when the text is active or selected, the background becomes bright yellow.
Expected Behavior
- Text should remain clearly visible even during selection or active state.
- Optionally, users should be able to customize the selection and background colors via CSS or a simple light/dark theme toggle.
Why This Matters
This issue reduces readability and increases visual fatigue during long coding sessions.
A small CSS adjustment or theme option would significantly improve usability without requiring major UI changes.
Optional Closing
You must be tired, but please take care and keep up the great work.
– M_tokuni