CodeEditSourceEditor
CodeEditSourceEditor copied to clipboard
🐞 Changing "Use Theme Background" does not apply to gutter
Description
When disabling the "Use Theme Background" option, the gutter still uses the theme background rather than the standard background.
To Reproduce
- Enable a theme and use the theme background.
- Observe the colour of the theme background.
- Disable the "Use Theme Background" option.
- Observe the colour of the gutter
Expected Behavior
The gutter should also use the standard background as opposed to the theme background.
Version Information
CodeEdit: 0.0.3-alpha (36) macOS: 13.5
Screenshots
I tested this and if I switch tabs then the color is displayed correctly for me, does this happen to you too @scrapp08 ?
Yes, this is a valid issue. The gutter view needs the window background color when not using the theme background. This needs to be done in CodeEditSourceEditor. Moving this issue over there.