Hello, I've made some research to make sure I wasn't asking something that was already posted, but the most relevant post I found were 12 years old, so I figured I might need something more recent.
I've been trying to use the ActiproSoftware.SyntaxEditor.SyntaxEditor control, and I have a multiple color themes setup.
When I try to change the this.myEditor.ForeColor or this.myEditor.BackColor (myEditor being an aforementioned SyntaxEditor), nothing seems to change. I'm essentially trying to have the editor fit the different themes (for example, Dark Theme by changing the background color to black and the text color to white). Is there a way to get this result?
I apologize if this is something that's already been explained.