Skip to content

Commit

Permalink
Update swatch colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasanen authored Jan 18, 2023
1 parent f87cd25 commit eacad68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ import axios from "axios";
import _ from "lodash";

const ALL_PALETTES = [
"31",
"aap-64",
"apollo",
"aurora",
"cc-29",
"endesga-32",
"endesga-64",
"famicube",
"fantasy-24",
"journey",
"lospec500",
"lospec500",
"nintendo-entertainment-system",
"pear36",
"resurrect-64",
"slso8",
"slso8",
"sweetie-16",
"vinik24",
"vinik24",
"zughy-32",
"aap-64",
"zughy-32"
];

const LOSPEC_BASE_URL = `https://lospec.com/palette-list`;
Expand Down

0 comments on commit eacad68

Please sign in to comment.