Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
cf26127d
Commit
cf26127d
authored
Feb 05, 2015
by
Matt Lowe
Browse files
Changed default mention/username color
#A6120D Dark blood red, less "pink" that the current.
parent
0c32cfaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/settingscache.cpp
View file @
cf26127d
...
@@ -46,7 +46,7 @@ SettingsCache::SettingsCache()
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment