diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-05-17 22:38:11 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-05-17 22:38:11 -0600 |
commit | d2e999273f67950c2ec3cd5bc9e679ed84de4a5a (patch) | |
tree | 6243121068184915fc2f56cd2c3fcea03e0f89fd /indra | |
parent | b9a3c1ac39e3b4984d5f2be9b8e48bf50b4a4099 (diff) |
Blufault: more blue - supporting xml
making emphasiscolor a bit less green
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 10fa466e03..b75f28300e 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -4,13 +4,13 @@ <!-- Named Colors --> <color name="EmphasisColor" - value="0.4 0.6 0.7 1" /> + value="0.4 0.6 0.8 1" /> <color name="EmphasisColor_13" - value="0.4 0.6 0.7 0.25" /> + value="0.4 0.6 0.8 0.25" /> <color name="EmphasisColor_35" - value="0.4 0.6 0.7 0.42" /> + value="0.4 0.6 0.8 0.42" /> <color name="BeaconColor" value="0.749 0.298 0 1" /> |