Skip to content

Commit

Permalink
Yoshitoshi & Mura
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Dec 27, 2023
1 parent 7d3b4c5 commit 579fa22
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/artists/c.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default [
title: 'Fragment/sample from the colour keyboard of 1959',
artist: 'Le Corbusier',
year: '1959',
techniques: 'unknown',
techniques: 'Unknown',
},
background: '#222221',
colors: ['#b8a136', '#ac443a', '#428f70'],
Expand Down
13 changes: 13 additions & 0 deletions src/artists/m.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,17 @@ export default [
temp: 'cold',
theme: 'bright',
},
{
meta: {
title: 'Ten views of Fuji',
artist: 'Yoshida Mura',
year: '1926',
techniques: 'Unknown',
},
background: '#D9D2C5',
colors: ['#53594A', '#8FBFBF', '#5A6773'],
stroke: '#3B4034',
temp: 'cold',
theme: 'bright',
},
] as Scheme[];
17 changes: 17 additions & 0 deletions src/artists/y.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { type Scheme } from '../index';

export default [
{
meta: {
title: 'Lady Chiyo and the Broken Water Bucket',
artist: 'Tsukioka Yoshitoshi',
year: '1889',
techniques: 'Unknown',
},
background: '#D9D3B8',
colors: ['#87ABA7', '#BFA98E', '#F2C0A2'],
stroke: '#BF3434',
temp: 'warm',
theme: 'bright',
},
] as Scheme[];

0 comments on commit 579fa22

Please sign in to comment.