Hi, I've copied a color theme I've made to ~/.AndroidStudio1.5/config/colors/.
On Android Studio startup I get this error message: Cannot read scheme reykjavik.icls from '$ROOT_CONFIG$/colors': > com.intellij.openapi.util.InvalidDataException: Wrong color value: #a3d4e8 The corresponding log entry looks like this: (EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Caused by: com.intellij.openapi.util.InvalidDataException: Wrong color > value: #a3d4e8 at > com.intellij.openapi.util.DefaultJDOMExternalizer.toColor(DefaultJDOMExternalizer.java:321) at > com.intellij.openapi.editor.markup.AttributesFlyweight.create(AttributesFlyweight.java:138) at > com.intellij.openapi.editor.markup.TextAttributes.readExternal(TextAttributes.java:194) ... 108 more Caused by: java.lang.NumberFormatException: For input string: "#a3d4e8" at > java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:569) at > com.intellij.openapi.util.DefaultJDOMExternalizer.toColor(DefaultJDOMExternalizer.java:316) ... 110 more 2016-01-30 09:50:48,363 [ 266056] INFO - TestNG The color theme reykjavik.icls <https://gist.github.com/mswift42/5ec3e948c88dfd425ccf> works flawlessly with Webstorm and Intellij community and ultimate, Screenshots can be found here <https://github.com/mswift42/themecreator/wiki>. What am I doing wrong? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/4283847a-caa2-423b-b751-a58ab35428d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

