diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-05-27 08:43:48 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-05-27 08:43:48 -0600 |
commit | 652e1df1e90b630bfd098bce4bc031f6e1a6f269 (patch) | |
tree | 4dc9eb6d6a4a237b857c7f312b582adaf1c76c3c /indra/newview | |
parent | e8c899b7fe0eb5c3454ae52d4a39874c6ebd9b9f (diff) |
Make FpsTextColor slightly less bright
Use EmphasisColor_13 instead
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 3968f9809f..2d79a76bb3 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -384,7 +384,7 @@ value="0.3344 0.545 0.645 1" /> <color name="FpsTextColor" - value="0.3344 0.7 1.0 1" /> + reference="EmphasisColor_13" /> <color name="GridFocusPointColor" reference="White_50" /> |