themer
Version:
Customizable theme creator for editors, terminals, wallpaper, and more.
22 lines (19 loc) • 418 B
text/typescript
import type { ColorSet } from './index.js';
export const colors: ColorSet = {
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;