Skip to content

Commit

Permalink
Tweak Gray 30
Browse files Browse the repository at this point in the history
Closes #20.
  • Loading branch information
porada committed Apr 27, 2020
1 parent 1bd088c commit 382e315
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion data/color-definitions.js
Expand Up @@ -16,7 +16,7 @@ module.exports = {
0.5, 1, 2, 3.5, 5.5, 8, 11, 15, 19, 22.5, 26.5, 30
],
lum_steps: [
97, 87, 78, 68, 59, 51, 44, 37, 29, 22.1, 15.3, 9
97, 87, 78, 68, 58, 51, 44, 37, 29, 22.1, 15.3, 9
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/android/color-studio-palette.xml
Expand Up @@ -12,7 +12,7 @@
<color name="gray_5">#dcdcde</color>
<color name="gray_10">#c3c4c7</color>
<color name="gray_20">#a7aaad</color>
<color name="gray_30">#8e9196</color>
<color name="gray_30">#8c8f94</color>
<color name="gray_40">#787c82</color>
<color name="gray_50">#646970</color>
<color name="gray_60">#50575e</color>
Expand Down
2 changes: 1 addition & 1 deletion dist/color-classes-higher-specificity.css
Expand Up @@ -25,7 +25,7 @@
}

.color-gray-30.color-gray-30 {
color: #8e9196;
color: #8c8f94;
}

.color-gray-40.color-gray-40 {
Expand Down
2 changes: 1 addition & 1 deletion dist/color-classes.css
Expand Up @@ -25,7 +25,7 @@
}

.color-gray-30 {
color: #8e9196;
color: #8c8f94;
}

.color-gray-40 {
Expand Down
2 changes: 1 addition & 1 deletion dist/color-fills.css
Expand Up @@ -25,7 +25,7 @@
}

.fill-gray-30 {
fill: #8e9196;
fill: #8c8f94;
}

.fill-gray-40 {
Expand Down
2 changes: 1 addition & 1 deletion dist/color-properties-rgb.css
Expand Up @@ -8,7 +8,7 @@
--studio-gray-5-rgb: 220, 220, 222;
--studio-gray-10-rgb: 195, 196, 199;
--studio-gray-20-rgb: 167, 170, 173;
--studio-gray-30-rgb: 142, 145, 150;
--studio-gray-30-rgb: 140, 143, 148;
--studio-gray-40-rgb: 120, 124, 130;
--studio-gray-50-rgb: 100, 105, 112;
--studio-gray-60-rgb: 80, 87, 94;
Expand Down
2 changes: 1 addition & 1 deletion dist/color-properties.css
Expand Up @@ -8,7 +8,7 @@
--studio-gray-5: #dcdcde;
--studio-gray-10: #c3c4c7;
--studio-gray-20: #a7aaad;
--studio-gray-30: #8e9196;
--studio-gray-30: #8c8f94;
--studio-gray-40: #787c82;
--studio-gray-50: #646970;
--studio-gray-60: #50575e;
Expand Down
2 changes: 1 addition & 1 deletion dist/color-variables.scss
Expand Up @@ -7,7 +7,7 @@ $studio-gray-0: #f6f7f7;
$studio-gray-5: #dcdcde;
$studio-gray-10: #c3c4c7;
$studio-gray-20: #a7aaad;
$studio-gray-30: #8e9196;
$studio-gray-30: #8c8f94;
$studio-gray-40: #787c82;
$studio-gray-50: #646970;
$studio-gray-60: #50575e;
Expand Down
2 changes: 1 addition & 1 deletion dist/colors.json
Expand Up @@ -8,7 +8,7 @@
"Gray 5": "#dcdcde",
"Gray 10": "#c3c4c7",
"Gray 20": "#a7aaad",
"Gray 30": "#8e9196",
"Gray 30": "#8c8f94",
"Gray 40": "#787c82",
"Gray 50": "#646970",
"Gray 60": "#50575e",
Expand Down
4 changes: 2 additions & 2 deletions dist/colors.meta.debug.json
Expand Up @@ -81,12 +81,12 @@
},
{
"name": "Gray 30",
"value": "#8e9196",
"value": "#8c8f94",
"_meta": {
"_debug": {
"hue": 217.20811231594385,
"saturation": 0.055,
"luminosity": 0.59
"luminosity": 0.58
},
"baseName": "Gray",
"index": 30
Expand Down
2 changes: 1 addition & 1 deletion dist/colors.meta.json
Expand Up @@ -61,7 +61,7 @@
},
{
"name": "Gray 30",
"value": "#8e9196",
"value": "#8c8f94",
"_meta": {
"baseName": "Gray",
"index": 30
Expand Down
6 changes: 3 additions & 3 deletions dist/colors.sketchpalette
Expand Up @@ -89,9 +89,9 @@
},
{
"name": "Gray 30",
"red": 0.5568627450980392,
"green": 0.5686274509803921,
"blue": 0.5882352941176471,
"red": 0.5490196078431373,
"green": 0.5607843137254902,
"blue": 0.5803921568627451,
"alpha": 1
},
{
Expand Down
Expand Up @@ -8,9 +8,9 @@
"idiom": "universal",
"color": {
"components": {
"red": "142",
"green": "145",
"blue": "150",
"red": "140",
"green": "143",
"blue": "148",
"alpha": 1
},
"color-space": "srgb"
Expand Down
Binary file modified dist/preview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

1 comment on commit 382e315

@vercel
Copy link

@vercel vercel bot commented on 382e315 Apr 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.