Skip to content

Commit

Permalink
rm duplicate colorNumber keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfarkas committed Sep 10, 2018
1 parent cede095 commit 9b62923
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions color.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions js/colorNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ const colorNames = {
const colorNumbers = {
'#f0f8ff': 'aliceblue',
'#faebd7': 'antiquewhite',
'#00ffff': 'aqua',
'#7fffd4': 'aquamarine',
'#f0ffff': 'azure',
'#f5f5dc': 'beige',
Expand All @@ -173,7 +172,6 @@ const colorNumbers = {
'#00008b': 'darkblue',
'#008b8b': 'darkcyan',
'#b8860b': 'darkgoldenrod',
'#a9a9a9': 'darkgray',
'#006400': 'darkgreen',
'#a9a9a9': 'darkgrey',
'#bdb76b': 'darkkhaki',
Expand All @@ -185,24 +183,20 @@ const colorNumbers = {
'#e9967a': 'darksalmon',
'#8fbc8f': 'darkseagreen',
'#483d8b': 'darkslateblue',
'#2f4f4f': 'darkslategray',
'#2f4f4f': 'darkslategrey',
'#00ced1': 'darkturquoise',
'#9400d3': 'darkviolet',
'#ff1493': 'deeppink',
'#00bfff': 'deepskyblue',
'#696969': 'dimgray',
'#696969': 'dimgrey',
'#1e90ff': 'dodgerblue',
'#b22222': 'firebrick',
'#fffaf0': 'floralwhite',
'#228b22': 'forestgreen',
'#ff00ff': 'fuchsia',
'#dcdcdc': 'gainsboro',
'#f8f8ff': 'ghostwhite',
'#ffd700': 'gold',
'#daa520': 'goldenrod',
'#808080': 'gray',
'#008000': 'green',
'#adff2f': 'greenyellow',
'#808080': 'grey',
Expand All @@ -220,14 +214,12 @@ const colorNumbers = {
'#f08080': 'lightcoral',
'#e0ffff': 'lightcyan',
'#fafad2': 'lightgoldenrodyellow',
'#d3d3d3': 'lightgray',
'#90ee90': 'lightgreen',
'#d3d3d3': 'lightgrey',
'#ffb6c1': 'lightpink',
'#ffa07a': 'lightsalmon',
'#20b2aa': 'lightseagreen',
'#87cefa': 'lightskyblue',
'#778899': 'lightslategray',
'#778899': 'lightslategrey',
'#b0c4de': 'lightsteelblue',
'#ffffe0': 'lightyellow',
Expand Down Expand Up @@ -281,7 +273,6 @@ const colorNumbers = {
'#c0c0c0': 'silver',
'#87ceeb': 'skyblue',
'#6a5acd': 'slateblue',
'#708090': 'slategray',
'#708090': 'slategrey',
'#fffafa': 'snow',
'#00ff7f': 'springgreen',
Expand Down
1 change: 1 addition & 0 deletions sass/color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ input[type=text] {
}
.color-list {
margin-left: 5px;
vertical-align: top;
}
.color-more {
display: block;
Expand Down

0 comments on commit 9b62923

Please sign in to comment.