Files
shields/services/pulsar/pulsar-helper.js
confused_techie d73a5ebb1a [Pulsar] Add Pulsar Badges for Stargazers & Downloads (#8767)
* Added pulsar-edit Downloads & Stargazers

* Manage colour similar to how Docker Badges do

* Fixed typo in colour

* Or it seems no other (not found) tests check colour, likely overrided elsewhere

* Remove usage of 'Edit'

* errorMessages => httpErrors && downloads => dt

---------

Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
2023-08-15 08:34:55 +00:00

8 lines
259 B
JavaScript

// This is based on the format the Docker badges have taken.
// Seems Tests require `#` before colors, whereas the badges do not.
// So a color variable can be exported for all modules to use as needed.
const pulsarPurple = '662d91'
export { pulsarPurple }