From 5105602f72785f38e24f3f0344fd2c4a71da57a1 Mon Sep 17 00:00:00 2001 From: samvaio Date: Sat, 3 Dec 2016 19:58:42 +0530 Subject: [PATCH] Update NadekoBot.cs --- src/NadekoBot/NadekoBot.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/NadekoBot.cs b/src/NadekoBot/NadekoBot.cs index a0d80f36..af00a4ff 100644 --- a/src/NadekoBot/NadekoBot.cs +++ b/src/NadekoBot/NadekoBot.cs @@ -24,8 +24,12 @@ namespace NadekoBot { private Logger _log; - public static uint OkColor { get; } = 0x00ff00; - public static uint ErrorColor { get; } = 0xff0000; + //public static uint OkColor { get; } = 0x00ff00; + //public static uint ErrorColor { get; } = 0xff0000; + public static uint OkColor { get; } = 0x71cd40; + public static uint ErrorColor { get; } = 0xee281f; + public static uint InfoColor { get; } = 0x00bbd6; + public static uint SunColor { get; } = 0xf1c40f; public static CommandService CommandService { get; private set; } public static CommandHandler CommandHandler { get; private set; }