using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Spectre.Console.Internal; namespace Spectre.Console { /// /// Represents color and text decoration. /// public sealed class Style : IEquatable