themer/cli/packages/colors-github-universe/lib/index.js
2020-04-24 10:30:09 -06:00

15 lines
282 B
JavaScript

module.exports.colors = {
dark: {
accent0: '#EF4E7C',
accent1: '#F37055',
accent2: '#F79532',
accent3: '#6EBB82',
accent4: '#09B399',
accent5: '#1299AD',
accent6: '#5073B8',
accent7: '#A067AB',
shade0: '#23292D',
shade7: '#FDFDFD',
},
};