Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Close #43: Orange vs Peach
Browse files Browse the repository at this point in the history
  • Loading branch information
seejamescode committed Jan 9, 2017
1 parent bcae653 commit 4688180
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _ibm-colors.scss
Expand Up @@ -270,7 +270,7 @@ $__ibm-color-palettes: (
80: #42301b,
90: #2f261c
),
'peach': (
'orange': (
1: #f5e8de,
10: #fdcfad,
20: #fcaf6d,
Expand All @@ -282,7 +282,7 @@ $__ibm-color-palettes: (
80: #482e1a,
90: #33241c
),
'orange': (
'peach': (
1: #f7e7e2,
10: #f8d0c3,
20: #faad96,
Expand Down
Binary file modified ibm-colors.ase
Binary file not shown.
Binary file modified ibm-colors.clr
Binary file not shown.
4 changes: 2 additions & 2 deletions ibm-colors.json
Expand Up @@ -107,7 +107,7 @@
"80": "#42301b",
"90": "#2f261c"
},
"peach": {
"orange": {
"1": "#f5e8de",
"10": "#fdcfad",
"20": "#fcaf6d",
Expand All @@ -119,7 +119,7 @@
"80": "#482e1a",
"90": "#33241c"
},
"orange": {
"peach": {
"1": "#f7e7e2",
"10": "#f8d0c3",
"20": "#faad96",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,5 +38,5 @@
"through2-map": "^2.0.0",
"through2-spy": "^2.0.0"
},
"version": "2.0.1"
"version": "2.0.2"
}
6 changes: 3 additions & 3 deletions source/colors.js
Expand Up @@ -3,7 +3,7 @@
// in a form suitable for driving templates to generate useful output files

module.exports = {
version: '2.0.1',
version: '2.0.2',
palettes: [

// each entry in this array is an object with the following properties:
Expand Down Expand Up @@ -161,7 +161,7 @@ module.exports = {
]
},
{
name: 'peach',
name: 'orange',
core: '30',
values: [
{ grade: '1', value: 'f5e8de' },
Expand All @@ -177,7 +177,7 @@ module.exports = {
]
},
{
name: 'orange',
name: 'peach',
core: '40',
values: [
{ grade: '1', value: 'f7e7e2' },
Expand Down

0 comments on commit 4688180

Please sign in to comment.