MykolaBalakin / VSOutputEnhancer

Extension to add colors to Visual Studio output window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make highlight styles editable by user

MykolaBalakin opened this issue · comments

It should be possible to change text colors and decorations by user.

Also few custom (probably regex based) filters / colors would be awesome. Check out VSColorOutput for example ;-)

Yes, please add the available style (foreground, background colors, bold text style) to the "fonts & colors" section of the VS2015/2017 options!
Or create you won settings within the options.
My background is, that I work due to eye disabilities in high-contrast-mode with a black window background and yellow window text.
I need to fine tune VS and the text coloring to be able to read everything and your extension does not allow this fine tuning for accessibility!

Hi, @MartinL0815, sorry for long response.
As temporary workaround you can edit DarkTheme.json/LightTheme.json file in your VS extension folder.