Exemple #1
0
 public static TextSpan LightYellow(this string value) =>
 new ContainerSpan(ForegroundColorSpan.LightYellow(),
                   new ContentSpan(value),
                   ForegroundColorSpan.Reset());