Get list of themes
to see a list of names of themes you can:
const themy = require('themy');
const theme = new themy({ coolTheme: {} });
theme.getThemes();
info
getThemes() reutrns an array of strings
to see a list of names of themes you can:
getThemes() reutrns an array of strings