mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Modify Puppet color based on style guide
Prior to this commit, the Puppet language was colored to #332A77. The Puppet Labs style guide (https://puppetlabs.com/styleguide/brand) specifies Puppet Dark Purple to be #302B6D. Alternately, Puppet Purple, a lighter variant, may be used: #7C6AAB. Keeping with the dark purple theme, this commit modifies the Puppet language to use Puppet Dark Purple, hex #302B6D.
This commit is contained in:
@@ -2653,7 +2653,7 @@ Public Key:
|
||||
|
||||
Puppet:
|
||||
type: programming
|
||||
color: "#332A77"
|
||||
color: "#302B6D"
|
||||
extensions:
|
||||
- .pp
|
||||
filenames:
|
||||
|
||||
Reference in New Issue
Block a user