theme() {
    try {
      const x = LocalStore.get('theme')
      if (x === 'dark') {
        return 'sun'