From 90cd60e62d6c188627c2539803f1eac1f7db93e0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 15 May 2017 08:14:40 -0400 Subject: [PATCH] ascii art :) --- src/Console/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Console/Program.cs b/src/Console/Program.cs index 40d45b7a..b586c2a3 100644 --- a/src/Console/Program.cs +++ b/src/Console/Program.cs @@ -27,6 +27,16 @@ namespace Bit.Console _usingArgs = args.Length > 0; string selection = null; + + Con.ForegroundColor = ConsoleColor.DarkCyan; + Con.WriteLine(@" _ _ _ _ +| |__ (_) |___ ____ _ _ __ __| | ___ _ __ +| '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \ +| |_) | | |_ \ V V / (_| | | | (_| | __/ | | | +|_.__/|_|\__| \_/\_/ \__,_|_| \__,_|\___|_| |_|"); + Con.ResetColor(); + Con.WriteLine(); + while(true) { Con.ResetColor();