mrlacey / CSInlineColorViz

See samples of the colors you use within your C# code.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.CSInlineColorViz
MIT License
21 stars 2 forks source link

ConsoleColor.DarkYellow doesn't show up #4

Closed ItsaGlitch1 closed 2 years ago

ItsaGlitch1 commented 2 years ago

Was checking this tool out, and found that Dark Yellow doesn't show up when called.

ConsoleColors

mrlacey commented 2 years ago

Thanks for reporting. I used all the names colors from System.Drawing.Coror (+ a few other names common on the web) and never considered that ConsoleColor might contain other named values. I'll add this now.

mrlacey commented 2 years ago

image

Now supported in version 1.7 (just released)