badgen/lib/color-presets.js

12 wiersze
161 B
JavaScript
Czysty Zwykły widok Historia

2018-06-22 17:42:12 +00:00
module.exports = {
green: '3C1',
blue: '08C',
red: 'D52',
yellow: 'DB1',
orange: 'F73',
purple: 'A3E',
pink: 'E48',
grey: '999',
2018-06-29 15:21:35 +00:00
cyan: '4BA'
2018-06-22 17:42:12 +00:00
}