@newskit-themes/the-sun
Version:
Use your favourite package manager to install @newskit-themes/the-sun
122 lines (119 loc) • 4.75 kB
JavaScript
const TheSunDarkFabulous = require('./TheSun-dark-fabulous.json');
const TheSunDarkFootball = require('./TheSun-dark-football.json');
const TheSunDarkHealth = require('./TheSun-dark-health.json');
const TheSunDarkLifestyle = require('./TheSun-dark-lifestyle.json');
const TheSunDarkMoney = require('./TheSun-dark-money.json');
const TheSunDarkMotors = require('./TheSun-dark-motors.json');
const TheSunDarkNews = require('./TheSun-dark-news.json');
const TheSunDarkShowbiz = require('./TheSun-dark-showbiz.json');
const TheSunDarkSport = require('./TheSun-dark-sport.json');
const TheSunDarkTech = require('./TheSun-dark-tech.json');
const TheSunDarkTravel = require('./TheSun-dark-travel.json');
const TheSunDarkTv = require('./TheSun-dark-tv.json');
const TheSunDark = require('./TheSun-dark.json');
const TheSunFonts = require('./TheSun-fonts.json');
const TheSunLightFabulous = require('./TheSun-light-fabulous.json');
const TheSunLightFootball = require('./TheSun-light-football.json');
const TheSunLightHealth = require('./TheSun-light-health.json');
const TheSunLightLifestyle = require('./TheSun-light-lifestyle.json');
const TheSunLightMain = require('./TheSun-light-main.json');
const TheSunLightMoney = require('./TheSun-light-money.json');
const TheSunLightMotors = require('./TheSun-light-motors.json');
const TheSunLightNews = require('./TheSun-light-news.json');
const TheSunLightShowbiz = require('./TheSun-light-showbiz.json');
const TheSunLightSport = require('./TheSun-light-sport.json');
const TheSunLightTech = require('./TheSun-light-tech.json');
const TheSunLightTravel = require('./TheSun-light-travel.json');
const TheSunLightTv = require('./TheSun-light-tv.json');
const TheSunLight = require('./TheSun-light.json');
const TheSunSizing = require('./TheSun-sizing.json');
const thesunDarkFabulous = require('./thesun-dark-fabulous.css');
const thesunDarkFootball = require('./thesun-dark-football.css');
const thesunDarkHealth = require('./thesun-dark-health.css');
const thesunDarkLifestyle = require('./thesun-dark-lifestyle.css');
const thesunDarkMoney = require('./thesun-dark-money.css');
const thesunDarkMotors = require('./thesun-dark-motors.css');
const thesunDarkNews = require('./thesun-dark-news.css');
const thesunDarkShowbiz = require('./thesun-dark-showbiz.css');
const thesunDarkSport = require('./thesun-dark-sport.css');
const thesunDarkTech = require('./thesun-dark-tech.css');
const thesunDarkTravel = require('./thesun-dark-travel.css');
const thesunDarkTv = require('./thesun-dark-tv.css');
const thesunDark = require('./thesun-dark.css');
const thesunFonts = require('./thesun-fonts.css');
const thesunLightFabulous = require('./thesun-light-fabulous.css');
const thesunLightFootball = require('./thesun-light-football.css');
const thesunLightHealth = require('./thesun-light-health.css');
const thesunLightLifestyle = require('./thesun-light-lifestyle.css');
const thesunLightMain = require('./thesun-light-main.css');
const thesunLightMoney = require('./thesun-light-money.css');
const thesunLightMotors = require('./thesun-light-motors.css');
const thesunLightNews = require('./thesun-light-news.css');
const thesunLightShowbiz = require('./thesun-light-showbiz.css');
const thesunLightSport = require('./thesun-light-sport.css');
const thesunLightTech = require('./thesun-light-tech.css');
const thesunLightTravel = require('./thesun-light-travel.css');
const thesunLightTv = require('./thesun-light-tv.css');
const thesunLight = require('./thesun-light.css');
const thesunSizing = require('./thesun-sizing.css');
const themes = {
TheSunDarkFabulous,
TheSunDarkFootball,
TheSunDarkHealth,
TheSunDarkLifestyle,
TheSunDarkMoney,
TheSunDarkMotors,
TheSunDarkNews,
TheSunDarkShowbiz,
TheSunDarkSport,
TheSunDarkTech,
TheSunDarkTravel,
TheSunDarkTv,
TheSunDark,
TheSunFonts,
TheSunLightFabulous,
TheSunLightFootball,
TheSunLightHealth,
TheSunLightLifestyle,
TheSunLightMain,
TheSunLightMoney,
TheSunLightMotors,
TheSunLightNews,
TheSunLightShowbiz,
TheSunLightSport,
TheSunLightTech,
TheSunLightTravel,
TheSunLightTv,
TheSunLight,
TheSunSizing,
thesunDarkFabulous,
thesunDarkFootball,
thesunDarkHealth,
thesunDarkLifestyle,
thesunDarkMoney,
thesunDarkMotors,
thesunDarkNews,
thesunDarkShowbiz,
thesunDarkSport,
thesunDarkTech,
thesunDarkTravel,
thesunDarkTv,
thesunDark,
thesunFonts,
thesunLightFabulous,
thesunLightFootball,
thesunLightHealth,
thesunLightLifestyle,
thesunLightMain,
thesunLightMoney,
thesunLightMotors,
thesunLightNews,
thesunLightShowbiz,
thesunLightSport,
thesunLightTech,
thesunLightTravel,
thesunLightTv,
thesunLight,
thesunSizing,
};
module.exports = themes;