diff options
author | secretfoxtail <remmy@megapahit.net> | 2025-02-16 12:06:06 -0700 |
---|---|---|
committer | secretfoxtail <remmy@megapahit.net> | 2025-02-16 12:06:06 -0700 |
commit | e2ef322764e04f787133c7b1cea3d748215631bd (patch) | |
tree | 8b813864f22032a63cdbe29e69836a93f1f8b45b /indra/newview/skins/default | |
parent | e39fa35dbfc1c55900e8397157909875d4cc881e (diff) |
Revert "Blufault - colors.xml tweak"
This reverts commit e39fa35dbfc1c55900e8397157909875d4cc881e.
Diffstat (limited to 'indra/newview/skins/default')
-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 7141f5b4ac..6b77133f5e 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.25 0.50 0.70 1" /> + value="0.20 0.50 0.70 1" /> <color name="EmphasisColor_13" - value="0.25 0.50 0.70 0.13" /> + value="0.20 0.50 0.70 0.13" /> <color name="EmphasisColor_35" - value="0.25 0.50 0.70 0.35" /> + value="0.20 0.50 0.70 0.35" /> <color name="BeaconColor" value="0.749 0.298 0 1" /> |