themer
Version:
Customizable theme creator for editors, terminals, wallpaper, and more.
31 lines • 817 B
JavaScript
const colors = {
name: 'Polar Ice',
variants: {
dark: {
accent0: '#F59597',
accent1: '#F2B494',
accent2: '#F2DB94',
accent3: '#C8F29D',
accent4: '#94F2DD',
accent5: '#94CEF2',
accent6: '#DB9CF7',
accent7: '#F79CE0',
shade0: '#44484F',
shade7: '#C7F3FF',
},
light: {
accent0: '#E11418',
accent1: '#E0530D',
accent2: '#D2A623',
accent3: '#61AB16',
accent4: '#06B38B',
accent5: '#34A4E7',
accent6: '#A549CD',
accent7: '#CC52AD',
shade0: '#DBF7FF',
shade7: '#3E444F',
},
},
};
export default colors;
//# sourceMappingURL=polar-ice.js.map