Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
/ ansicolors Public archive

💐 | Spice up your logging with some color!

License

Notifications You must be signed in to change notification settings

AugustArchive/ansicolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnsiColors

💐 | Simple ANSI colors for .NET

Example

using AnsiColors;
using System;

namespace MyNamespace
{
    public class Program
    {
        public static void Main(string[] args)
        {
            var colors = new AnsiColors();
            Console.WriteLine($"Red: {colors.GetColor(AnsiColor.Red, "test")}");
        }
    }
}

License

AnsiColors is released under the MIT License. Read here for more information.

Releases

No releases published

Packages

No packages published

Languages