redirecter for ao3 that adds opengraph metadata
1const themes = { 2 ao3: { 3 background: '#990000', 4 color: '#FFFFFF', 5 descBackground: '#FFFFFF', 6 descColor: '#000000', 7 accent: '#990000' 8 }, 9 softEra: { 10 background: '#F9F5F5', 11 color: '#C8B3B3', 12 descBackground: '#F9F5F5', 13 descColor: '#414141', 14 accent: '#DB90A7' 15 }, 16 wildCherry: { 17 18 }, 19 rosePine: { 20 background: '#191724', 21 color: '#e0def4', 22 descBackground: '#1f1d2e', 23 descColor: '#e0def4', 24 accent: '#eb6f92' 25 }, 26 rosePineDawn: { 27 background: '#faf4ed', 28 color: '#575279', 29 descBackground: '#fffaf3', 30 descColor: '#575279', 31 accent: '#eb6f92' 32 }, 33 rosePineMoon: { 34 background: '#232136', 35 color: '#e0def4', 36 descBackground: '#2a273f', 37 descColor: '#e0def4', 38 accent: '#b4637a' 39 }, 40 solarizedLight: { 41 42 }, 43 solarizedDark: { 44 45 }, 46 squidgeworld: { 47 48 }, 49 superlove: { 50 51 } 52} 53 54export default themes