BlueColorTheme icon indicating copy to clipboard operation
BlueColorTheme copied to clipboard

Regex colorization contrast is too low

Open hrumhurum opened this issue 6 years ago • 1 comments

The following C# statement

var regex = new Regex(@"[\r\n]+(?<toc>(\s*-\s+(&\#x27B4;\s*)?\[(?<name>.+)]\((?<url>.+)\)\s*?([\r\n]|$)){2,})");

renders regex string with a low contrast. Please note how soft the colors are (especially yellow) on a white background.

Example: RegexLowContrast

hrumhurum avatar Aug 09 '19 19:08 hrumhurum

I saw the same. I fixed it by using a different for "String - Escape character" in Tools/Options/Fonts-Colors.

Untitled

Dean-NC avatar Oct 12 '19 20:10 Dean-NC