mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Changed default mention/username color
#A6120D Dark blood red, less "pink" that the current.
This commit is contained in:
parent
0c32cfaa27
commit
cf26127dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ SettingsCache::SettingsCache()
|
||||||
tapAnimation = settings->value("cards/tapanimation", true).toBool();
|
tapAnimation = settings->value("cards/tapanimation", true).toBool();
|
||||||
chatMention = settings->value("chat/mention", true).toBool();
|
chatMention = settings->value("chat/mention", true).toBool();
|
||||||
chatMentionForeground = settings->value("chat/mentionforeground", 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();
|
zoneViewSortByName = settings->value("zoneview/sortbyname", true).toBool();
|
||||||
zoneViewSortByType = settings->value("zoneview/sortbytype", true).toBool();
|
zoneViewSortByType = settings->value("zoneview/sortbytype", true).toBool();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue