Is there a way to change the background color of the xcassets view in Xcode 5 or Xcode 6?

asset-catalog, background, configuration, xcasset, xcode

Solution

If you are happy to add an Xcode plugin (it's available via Alcatraz) then TOCAssetCatalogBackground solves this problem. https://github.com/toco/TOCAssetCatalogBackground

Problem

Is there a way to change the background color of the xcassets view in Xcode 5 or Xcode 6? I have white images that are lost on the white background. When viewing an image without using xcassets, the image is set against a grey background. However with xcassets the background is white and the images can't be seen. I've tried using different different font and color schemes but they only seem to apply to the text editor.

Original source