<?php

$meta['theme'] = [
  'multichoice',
  '_choices' => [
    'default',
    'dark',
    'funky',
    'okaidia',
    'twilight',
    'coy',
    'solarizedlight',
    'tomorrow',
  ]
];