summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-05-07 18:59:00 +0300
committerGitHub <noreply@github.com>2025-05-07 18:59:00 +0300
commit50108bf0b7953e1f44a13b0790fe8dd8e9f7d2ca (patch)
treee87e54e6f02c7065a63981eba6ce1d2ebbf7f1d7 /indra/newview/skins
parented705097c430fa0962f879a79aa10a1a68ca12ce (diff)
#4011 Add conversation list highlight for chat mention
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml
index f0ada22d66..0c34a3a5fb 100644
--- a/indra/newview/skins/default/colors.xml
+++ b/indra/newview/skins/default/colors.xml
@@ -1009,4 +1009,7 @@
<color
name="ChatSelfMentionHighlight"
value="1 1 0 1" />
+ <color
+ name="MentionFlashBgColor"
+ value="1 1 0 0.5" />
</colors>