Hey.
I'm writing a sort of detective game. One such feature is the ability to take notes and store them, and for the main input I'm using a TextEdit node. The basic functionality already exists, but what I wanted to do was add a Minimap, like many text editors have. Thankfully, the TextEdit node has a built in Minimap setting, so I just toggled it on. It works fine when no theme is applied at all, as in the below photo.
However, the moment I add a theme, some black bars are drawn over the lines in the Minimap, which doesn't look horrible in my dark theme, but makes the minimap utterly useless for my light theme.
What setting must I change to get rid of these black bars in the Minimap?
Colour settings in Light Theme
Colour settings in Dark Theme
Note : I'm not sure if the issue is with the theme itself, as I cannot find any information on this online.