clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Add Font Color Setting #55

Closed clarkio closed 5 years ago

clarkio commented 5 years ago

Purpose

These changes add a new setting that allows users to define the color of the font within a highlight. This comes as a result from the following issue raided by @corbob: https://github.com/clarkio/vscode-twitch-highlighter/issues/53

Files Changed

How to Test

What to Validate

parithon commented 5 years ago

I checked the PR and the "Highlight Font Color" setting exists and the decorator uses the font color as expected.

clarkio commented 5 years ago

@parithon do you have access to approve and merge now?