Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/js/bricklink-colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ let ALL_BRICKLINK_SOLID_COLORS = [
// },
{
name: "Medium Tan",
hex: "#D9C594",
hex: "#d9c594",
id: 241,
},
];
Expand Down Expand Up @@ -521,6 +521,7 @@ const KNOWN_BRICKLINK_STUD_COLOR_NAMES = [
"Glow In Dark White",
"Medium Lavender", // manually added from Batman
"Light Aqua", // manually added from Batman
"Medium Tan",// manually added
];

const KNOWN_BRICKLINK_TILE_COLOR_NAMES = [
Expand Down