badgen/src/color-presets.js

14 wiersze
195 B
JavaScript
Czysty Zwykły widok Historia

2018-06-22 17:42:12 +00:00
module.exports = {
green: '3C1',
blue: '08C',
2018-08-22 07:31:23 +00:00
red: 'E43',
2018-06-22 17:42:12 +00:00
yellow: 'DB1',
orange: 'F73',
2018-08-22 07:31:23 +00:00
purple: '94E',
pink: 'E5B',
2018-06-22 17:42:12 +00:00
grey: '999',
gray: '999',
2018-08-22 07:45:58 +00:00
cyan: '1BC',
black: '2A2A2A'
2018-06-22 17:42:12 +00:00
}