themes: Object.keys(state.globals.themes).map(key => ({
      slug: key,
      name: state.globals.themes[key],
    })),