}
}
/** utility */
private VarDef source(CharSequence contents) throws QuickFixException {
ThemeDef def = addSeparateTheme(String.format("<aura:theme>%s</aura:theme>", contents)).getDef();
return Iterables.getFirst(def.getDeclaredVarDefs().values(), null);
}