diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-06-07 09:31:44 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-06-07 09:31:44 -0600 |
commit | 8e5b1cb77d89b9b5a6c7474159a5ded83436e341 (patch) | |
tree | c40849367ce9dc9e4a7e3abc0b3c407b7c9c4f60 /indra | |
parent | 8c66a7dae13ac8608d9d1e788d3db809fdead174 (diff) |
colors.xml: adjust OutfitGalleryItem colours
Can't believe I missed this lmao
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index a109753144..73e9c85f4d 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -979,10 +979,10 @@ value="1 0.14 0 1" /> <color name="OutfitGalleryItemSelected" - value="0.22 0.45 0.35 1" /> + reference="EmphasisColor_35" /> <color name="OutfitGalleryItemWorn" - value="0.33 0.58 0.47 1" /> + reference="EmphasisColor_13" /> <color name="OutfitGalleryItemUnselected" value="0.4 0.4 0.4 1" /> |