UNPKG

themer

Version:

Customizable theme creator for editors, terminals, wallpaper, and more.

19 lines 468 B
export const colors = { name: 'Seti', variants: { dark: { shade0: '#0e1112', shade7: '#d4d7d6', accent0: '#cc3e44', accent1: '#e37933', accent2: '#cbcb41', accent3: '#8dc149', accent4: '#7494a3', accent5: '#519aba', accent6: '#a074c4', accent7: '#f55385', }, }, }; export default colors; //# sourceMappingURL=seti.js.map