Skip to content

Commit

Permalink
Merge pull request #57 from cybercog/add-lightgrey-and-gray-badge-colors
Browse files Browse the repository at this point in the history
Add lightgrey & gray badge colors
  • Loading branch information
JellyBellyDev committed Sep 17, 2020
2 parents ded7ae4 + 8cb8a78 commit 21e9af6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased]

### Added
* lightgrey color to color scheme
* grey color to color scheme

## [v2.0.1] - 2020-07-29

Expand Down
2 changes: 2 additions & 0 deletions src/Badge.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Badge
'red' => 'e05d44',
'blue' => '007ec6',
'lightgray' => '9f9f9f',
'lightgrey' => '9f9f9f',
'gray' => '555555',
'grey' => '555555',
'blueviolet' => '8a2be2',
'success' => '97ca00',
Expand Down

0 comments on commit 21e9af6

Please sign in to comment.