module.exports = {
  name: 'hiberbee',
  displayName: 'Hiberbee',
  theme: {
    foreground: {
      default: '#DFDEDD',
    },
    background: {
      default: '#323130',
      success: '#B4DA82',
      notice: '#409CFF',
      warning: '#FFD866',
      danger: '#EE7762',
      surprise: '#A97CF8',
      info: '#afaead',
    },
    styles: {
      paneHeader: {
        background: {
          default: '#272625',
          success: '#B7E66E',
          notice: '#409CFF',
          warning: '#FFD866',
          danger: '#EE7762',
          surprise: '#A97CF8',
          info: '#AFAEAD',
        },
      },
      foreground: {
        default: '#cfcecd',
      },
      background: {
        default: '#323232',
      },
      dialog: {
        background: {
          default: '#373635',
        },
      },
      transparentOverlay: {
        background: {
          default: 'rgba(34, 33, 32, 0.9)',
        },
        foreground: {
          default: 'rgba(223, 222, 221, 0.9)',
        },
      },
    },
  },
}
