lib/themes/index.js (6 lines of code) (raw):

const dark = require("./dark") const light = require("./light") module.exports = [ dark, light ]