From cf26127dc497abb55ee7e37a3c49b6bc38a1f183 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Thu, 5 Feb 2015 00:28:22 +0100 Subject: [PATCH] Changed default mention/username color #A6120D Dark blood red, less "pink" that the current. --- cockatrice/src/settingscache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/settingscache.cpp b/cockatrice/src/settingscache.cpp index ebc3dbed..624863a2 100644 --- a/cockatrice/src/settingscache.cpp +++ b/cockatrice/src/settingscache.cpp @@ -46,7 +46,7 @@ SettingsCache::SettingsCache() tapAnimation = settings->value("cards/tapanimation", true).toBool(); chatMention = settings->value("chat/mention", true).toBool(); chatMentionForeground = settings->value("chat/mentionforeground", true).toBool(); - chatMentionColor = settings->value("chat/mentioncolor", "C21F2F").toString(); + chatMentionColor = settings->value("chat/mentioncolor", "A6120D").toString(); zoneViewSortByName = settings->value("zoneview/sortbyname", true).toBool(); zoneViewSortByType = settings->value("zoneview/sortbytype", true).toBool();