Hi,
is it possible to preserve the highlight colors within the selection?
Even if I just set the Background Color to the accent color - without touching the fore color, it looks like this:
newRenderer.SelectionFocusedBackColor = Color.FromArgb(60, ThemeService.Skin.TranslateColor(SystemColors.Highlight));
newRenderer.SelectionFocusedBorderColor = Color.FromArgb(60, ThemeService.Skin.TranslateColor(SystemColors.Highlight));
newRenderer.SelectionUnfocusedBackColor = Color.FromArgb(60, ThemeService.Skin.TranslateColor(SystemColors.Highlight));
newRenderer.SelectionUnfocusedBorderColor = Color.FromArgb(60, ThemeService.Skin.TranslateColor(SystemColors.Highlight));
It would be great if I can replace all my FastColoredTextboxes with the SyntaxEditor.
Regards,
Stefan