const theme = { shadowColor: "#2c2c2c", textColor: "#222", bodyBg: "#333", overlayBg: "#1a1a1a", jpFont: `Arial, 'MS Gothic', 'Yu Gothic', 'MS PGothic', 'Hiragino Kaku Gothic', 'Sazanami Gothic', sans-serif`, zhFont: `'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Noto Sans CJK SC', sans-serif`, enFont: `Arial, Helvetica, sans-serif`, }; export type Theme = typeof theme; export default theme;