# Big Ears Neutral presets Every preset here is an ordinary set of render options. Nothing needs to be installed, and the same values work in all six libraries and as HTTP-API query parameters. Pick one to read its code, or open it in the playground and change whatever you like. Options a preset does not set keep varying with the seed, so most of these stay as unique per user as the plain style does. Each preset lists how many distinct avatars it still leaves you. ## Bare The details component appears on one avatar in ten. Off, every avatar is built the same way. Worth knowing for the rest of these: what this style calls the background is the face, so `backgroundColor` sets the complexion and the tile at once. ```json { "detailsProbability": 0 } ``` ## Sepia The style prints a pink lip on twenty-four of its thirty-eight mouths, plus a few colored eyes, and no option reaches them. This keeps the fourteen mouths and twenty-eight eyes drawn in line alone. ```json { "backgroundColor": ["e3c39c","cba87e","ad8659","8a6a43"], "eyesVariant": ["variant01","variant02","variant03","variant04","variant05","variant08","variant09","variant11","variant12","variant14","variant15","variant16","variant17","variant18","variant19","variant20","variant21","variant22","variant23","variant24","variant25","variant26","variant27","variant28","variant29","variant30","variant31","variant32"], "mouthVariant": ["variant0104","variant0204","variant0304","variant0404","variant0504","variant0604","variant0701","variant0702","variant0703","variant0704","variant0705","variant0706","variant0707","variant0708"], "detailsProbability": 0 } ``` ## Greyscale Useful for a print stylesheet, a disabled state, or anywhere color would carry meaning it should not. The features are drawn as dark lines, so they keep their contrast on every step of the ramp. Same exclusions as Sepia. ```json { "backgroundColor": ["dcdce0","bfbfc6","9c9ca4","76767e"], "eyesVariant": ["variant01","variant02","variant03","variant04","variant05","variant08","variant09","variant11","variant12","variant14","variant15","variant16","variant17","variant18","variant19","variant20","variant21","variant22","variant23","variant24","variant25","variant26","variant27","variant28","variant29","variant30","variant31","variant32"], "mouthVariant": ["variant0104","variant0204","variant0304","variant0404","variant0504","variant0604","variant0701","variant0702","variant0703","variant0704","variant0705","variant0706","variant0707","variant0708"], "detailsProbability": 0 } ``` ## Duotone A single color for the whole set, so nothing but the eyes, nose and mouth separates two avatars. It commits everyone to one complexion, which is the point here and would be a problem anywhere else. ```json { "backgroundColor": ["9ec9e8"], "eyesVariant": ["variant01","variant02","variant03","variant04","variant05","variant08","variant09","variant11","variant12","variant14","variant15","variant16","variant17","variant18","variant19","variant20","variant21","variant22","variant23","variant24","variant25","variant26","variant27","variant28","variant29","variant30","variant31","variant32"], "mouthVariant": ["variant0104","variant0204","variant0304","variant0404","variant0504","variant0604","variant0701","variant0702","variant0703","variant0704","variant0705","variant0706","variant0707","variant0708"], "detailsProbability": 0 } ``` ## Muted Six tones that do not read as complexions at all, which suits avatars standing in for accounts or teams rather than people. The printed lips and the colored eyes come out too, the ones Sepia lists. ```json { "eyesVariant": ["variant01","variant02","variant03","variant04","variant05","variant08","variant09","variant11","variant12","variant14","variant15","variant16","variant17","variant18","variant19","variant20","variant21","variant22","variant23","variant24","variant25","variant26","variant27","variant28","variant29","variant30","variant31","variant32"], "mouthVariant": ["variant0104","variant0204","variant0304","variant0404","variant0504","variant0604","variant0701","variant0702","variant0703","variant0704","variant0705","variant0706","variant0707","variant0708"], "detailsProbability": 0, "backgroundColor": ["a5a58d","8e9aaf","9c8a94","8fa38f","b0a58c","94a3ad"] } ``` ## Electric The same group past the end of its scale. The features are heavy black lines, so they stay legible on any of these. ```json { "backgroundColor": ["ff2e88","00e5ff","7cff00","ffe600","ff6a00","b400ff"] } ``` ## Cool Half the color wheel, and the counterpart to Warm. Two groups of accounts can be told apart by temperature without a second badge. The printed lips come out with them, since their pink pulls warm against every color here. ```json { "eyesVariant": ["variant01","variant02","variant03","variant04","variant05","variant08","variant09","variant11","variant12","variant14","variant15","variant16","variant17","variant18","variant19","variant20","variant21","variant22","variant23","variant24","variant25","variant26","variant27","variant28","variant29","variant30","variant31","variant32"], "mouthVariant": ["variant0104","variant0204","variant0304","variant0404","variant0504","variant0604","variant0701","variant0702","variant0703","variant0704","variant0705","variant0706","variant0707","variant0708"], "detailsProbability": 0, "backgroundColor": ["7dd3fc","5eead4","a5b4fc","c4b5fd","67e8f9"] } ``` ## Warm The other half of the same wheel. The style's own five tones already sit here, so this widens the range rather than moving it. ```json { "backgroundColor": ["fdba74","fcd34d","fca5a5","fb923c","f9a8d4"] } ```