1<?php
2
3$meta['theme'] = [
4  'multichoice',
5  '_choices' => [
6    'default',
7    'dark',
8    'funky',
9    'okaidia',
10    'twilight',
11    'coy',
12    'solarizedlight',
13    'tomorrow',
14  ]
15];