const theme = { light: { mode: 'light', background: '#FFFFFF', text: '#000000', primary: '#F79E00', primaryDark: '#F48600', primaryLight: '#F4BB60', primaryBackground: '#FEF2DD', error: '#D32F2F', loading: '#DDDDDD', }, dark: { mode: 'dark', background: '#111111', text: '#DDDDDD', primary: '#F79E00', primaryDark: '#F4BB60', primaryLight: '#F48600', primaryBackground: '#30240F', error: '#E53935', loading: '#444444', }, }; export default theme;