lvj
lvj
 As on attached screenshot, I've made selection to show that there is an actual text invisible under Dark version of solarized theme.
`Version 1.2.10` When using multiple times `WriteWithGradient()`, console takes colors of 1st call, for example: ```C# ConsAscii.WriteWithGradient(threed.ToAscii("Blu->Viol").ToString(), Color.Blue, Color.Violet, 16); ConsAscii.WriteWithGradient(bloody.ToAscii("Viol->Red").ToString(), Color.Violet, Color.Red, 14); ConsAscii.WriteWithGradient(ansireg.ToAscii("Red->Yellow").ToString(), Color.Red, Color.Yellow, 16); ``` makes...