const themes = { ao3: { name: 'AO3', background: '#990000', color: '#FFFFFF', descBackground: '#FFFFFF', descColor: '#000000', accent: '#FFFFFF', accent2: '#990000', accent3: '#009900', accent4: '#000099' }, softEra: { name: 'Soft Era', background: '#F9F5F5', color: '#C8B3B3', descBackground: '#F9F5F5', descColor: '#414141', accent: '#DB90A7', accent2: '#EEAABE', accent3: '#82B4E3', accent4: '#a29acb' }, wildCherry: { name: 'Wild Cherry', background: '#2B1F32', color: '#FFFFFF', descBackground: '#FFFFFF', descColor: '#2B1F32', accent: '#E15D97', accent2: '#0AACC5', accent3: '#FFB86C', accent4: '#35BA66' }, rosePine: { name: 'Rosé Pine', background: '#191724', color: '#e0def4', descBackground: '#1f1d2e', descColor: '#e0def4', accent: '#eb6f92', accent2: '#31748f', accent3: '#f6c177', accent4: '#c4a7e7' }, rosePineDawn: { name: 'Rosé Pine Dawn', background: '#faf4ed', color: '#575279', descBackground: '#fffaf3', descColor: '#575279', accent: '#eb6f92', accent2: '#286983', accent3: '#ea9d34', accent4: '#907aa9' }, rosePineMoon: { name: 'Rosé Pine Moon', background: '#232136', color: '#e0def4', descBackground: '#2a273f', descColor: '#e0def4', accent: '#b4637a', accent2: '#3e8fb0', accent3: '#f6c177', accent4: '#c4a7e7' }, solarizedLight: { name: 'Solarized Light', background: '#fdf6e3', color: '#b58900', descBackground: '#eee8d5', descColor: '#002b36', accent: '#d33682', accent2: '#2aa198', accent3: '#859900', accent4: '#6c71c4' }, solarizedDark: { name: 'Solarized Dark', background: '#002b36', color: '#b58900', descBackground: '#073642', descColor: '#fdf6e3', accent: '#d33682', accent2: '#2aa198', accent3: '#859900', accent4: '#6c71c4' }, squidgeworld: { name: 'Squidgeworld', background: '#b8860b', color: '#f5f5dc', descBackground: '#f5f5dc', descColor: '#2a2a2a', accent: '#fece3f', accent2: '#818D4C', accent3: '#6D7A34', accent4: '#556121' }, superlove: { name: 'Superlove', background: '#df6191', color: '#ffffff', descBackground: '#FFFFFF', descColor: '#2a2a2a', accent: '#F9E4E6', accent2: '#a33961', accent3: '#87254A', accent4: '#6A1133' }, catppuccinMocha: { name: 'Catppuccin Mocha', background: '#1e1e2e', color: '#cdd6f4', descBackground: '#313244', descColor: '#bac2de', accent: '#f5e0dc', accent2: '#cba6f7', accent3: '#fab387', accent4: '#89dceb' }, catppuccinLatte: { name: 'Catppuccin Latte', background: '#eff1f5', color: '#4c4f69', descBackground: '#ccd0da', descColor: '#5c5f77', accent: '#dc8a78', accent2: '#8839ef', accent3: '#fe640b', accent4: '#04a5e5' } } export default themes