aboutsummaryrefslogtreecommitdiff
path: root/themer/theme.js
blob: 234152821ea4a8b9d6e35e86852c8f877e45b85f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports.colors = {
  dark: {
    accent0: '#EF4E7C',
    accent1: '#F37055',
    accent2: '#F79532',
    accent3: '#6EBB82',
    accent4: '#09B399',
    accent5: '#1299AD',
    accent6: '#5073B8',
    accent7: '#A067AB',
    shade0: '#23292D',
    shade7: '#FDFDFD',
  },
};