From 2220234d68753348d010bcbb89aa56036e1231c0 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 9 Oct 2019 14:33:28 -0700 Subject: [PATCH] Removed yellow --- .../resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml b/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml index fb1ef55405..cfc1a4f999 100644 --- a/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml +++ b/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml @@ -122,7 +122,7 @@ Rectangle { var userHasValidAvatarInInventory = topBarInventoryModel.count > 0 && topBarInventoryModel.get(0).download_url.indexOf(".fst") > -1; var simplifiedAvatarPrefix = "https://content.highfidelity.com/Experiences/Releases/simplifiedUI/simplifiedFTUE/avatars/simplifiedAvatar_"; - var simplifiedAvatarColors = ["Blue", "Cyan", "Green", "Magenta", "Red", "Yellow"]; + var simplifiedAvatarColors = ["Blue", "Cyan", "Green", "Magenta", "Red"]; var simplifiedAvatarSuffix = "/avatar.fst"; // Use `Settings.setValue("simplifiedUI/debugFTUE", 0);` to turn off FTUE Debug Mode.