Skip to content

Commit

Permalink
remove single palette export (index)
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Jun 29, 2024
1 parent 53a188d commit f091372
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion src/artists/m.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const molnar: Scheme = {
colors: ["#75675e", "#3b2521", "#292929", "#6e2819"],
stroke: "#dbdad2",
temp: "warm",
theme: "bright"
theme: "bright",
};

const moss: Scheme = {
Expand Down
52 changes: 0 additions & 52 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,58 +148,6 @@ const getPalette = (args: Args): false | Scheme => {
};

export {
albers,
alys,
anuszkiewicz,
bacon,
bruegel,
corbusier,
dali,
delaunay,
doesburg,
drei,
durer,
freud,
gentileschi,
giacometti,
goldin,
greco,
hockney,
hopper,
johns,
judd,
kandinsky,
kelly,
khalil,
kiefer,
klee,
klint,
lissitzky,
lewitt,
magritte,
malevich,
martin,
molnar,
moss,
mura,
nauman,
newman,
okeefe,
orozco,
picasso,
pollard,
pollock,
riley,
rothko,
rozanova,
saville,
sherman,
turner,
vasarely,
vermeer,
yoshitoshi,
warhol,
warb,
palettes,
getPalette,
};

0 comments on commit f091372

Please sign in to comment.