Skip to content

Commit

Permalink
Add swatch names
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlee committed May 26, 2015
1 parent 19adfc7 commit 28fef19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions swatches/jquery.ui.colorpicker-crayola.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;jQuery(function($) {
$.colorpicker.swatchesNames['crayola'] = 'Crayola';
$.colorpicker.swatches['crayola'] = [
{name: 'Almond', r: 0.937254901960784, g: 0.858823529411765, b: 0.772549019607843},
{name: 'Antique Brass', r: 0.803921568627451, g: 0.584313725490196, b: 0.458823529411765},
Expand Down
1 change: 1 addition & 0 deletions swatches/jquery.ui.colorpicker-pantone.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;jQuery(function($) {
$.colorpicker.swatchesNames['pantone'] = 'Pantone';
$.colorpicker.swatches['pantone'] = [
{name: '100', r: 0.956862745098039, g: 0.929411764705882, b: 0.486274509803922},
{name: '101', r: 0.956862745098039, g: 0.929411764705882, b: 0.27843137254902},
Expand Down
1 change: 1 addition & 0 deletions swatches/jquery.ui.colorpicker-ral-classic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
;jQuery(function($) {
$.colorpicker.swatchesNames['ral-classic'] = 'RAL Classic';
$.colorpicker.swatches['ral-classic'] = [
{name:'1000', r:0.80392156862745, g:0.72941176470588, b:0.53333333333333},
{name:'1001', r:0.8156862745098, g:0.69019607843137, b:0.51764705882353},
Expand Down

0 comments on commit 28fef19

Please sign in to comment.