Skip to content

Commit

Permalink
add Sophie Taeuber-Arp
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Dec 29, 2023
1 parent 603becd commit b7dc18d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion src/artists/t.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
import { Scheme } from './../type.d';

const taubierArp: Scheme = {
meta: {
title: 'Plate from 10 Origin',
artist: 'Sophie Taeuber-Arp',
year: '1942',
techniques: 'Linoleum cut',
},
background: '#F2DAC4',
colors: ['#4BA6A6', '#F2441D'],
stroke: '#403836',
temp: 'warm',
theme: 'bright',
};

const turner: Scheme = {
meta: {
title: 'The Fifth Plague of Egypt',
Expand All @@ -14,4 +28,4 @@ const turner: Scheme = {
theme: 'dark',
};

export { turner };
export { taubierArp, turner };
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { okeefe } from './artists/o';
import { picasso, pollard, pollock } from './artists/p';
import { rauschenberg, riley, rothko } from './artists/r';
import { saville, sherman } from './artists/s';
import { turner } from './artists/t';
import { taubierArp, turner } from './artists/t';
import { vasarely, vermeer } from './artists/v';
import { yoshitoshi } from './artists/y';

Expand Down Expand Up @@ -64,6 +64,7 @@ const entries: EntryScheme = {
rothko,
saville,
sherman,
taubierArp,
turner,
vasarely,
vermeer,
Expand Down

0 comments on commit b7dc18d

Please sign in to comment.