diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-05-07 18:59:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-07 18:59:00 +0300 |
| commit | 50108bf0b7953e1f44a13b0790fe8dd8e9f7d2ca (patch) | |
| tree | e87e54e6f02c7065a63981eba6ce1d2ebbf7f1d7 /indra/newview/skins | |
| parent | ed705097c430fa0962f879a79aa10a1a68ca12ce (diff) | |
#4011 Add conversation list highlight for chat mention
Diffstat (limited to 'indra/newview/skins')
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 3 |
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> |
