-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
536 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
import { Scheme } from './../type.d'; | ||
import { Scheme } from "./../type.d"; | ||
|
||
const albers: Scheme = { | ||
meta: { | ||
title: 'Repetition Against Blue', | ||
artist: 'Josef Albers', | ||
year: '1943', | ||
techniques: 'Oil', | ||
}, | ||
background: '#dbdbce', | ||
colors: ['#263463', '#7e7e7e', '#abada9', '#646c7d', '#9c9c98'], | ||
stroke: '#a5a69c', | ||
temp: 'warm', | ||
theme: 'dark', | ||
meta: { | ||
title: "Repetition Against Blue", | ||
artist: "Josef Albers", | ||
year: "1943", | ||
techniques: "Oil", | ||
}, | ||
background: "#dbdbce", | ||
colors: ["#263463", "#7e7e7e", "#abada9", "#646c7d", "#9c9c98"], | ||
stroke: "#a5a69c", | ||
temp: "warm", | ||
theme: "dark", | ||
}; | ||
|
||
const alys: Scheme = { | ||
meta: { | ||
title: 'Untitled (2nd Battalion Parachute Regiment),', | ||
artist: 'Francis Alÿs,', | ||
year: '2013', | ||
techniques: 'unknown', | ||
}, | ||
background: '#6c81bd', | ||
colors: ['#7a7f76', '#aeae9d', '#5e6260', '#868b8c', '#cdd1c9'], | ||
stroke: '#273b95', | ||
temp: 'neutral', | ||
theme: 'bright', | ||
meta: { | ||
title: "Untitled (2nd Battalion Parachute Regiment),", | ||
artist: "Francis Alÿs,", | ||
year: "2013", | ||
techniques: "unknown", | ||
}, | ||
background: "#6c81bd", | ||
colors: ["#7a7f76", "#aeae9d", "#5e6260", "#868b8c", "#cdd1c9"], | ||
stroke: "#273b95", | ||
temp: "neutral", | ||
theme: "bright", | ||
}; | ||
|
||
const andre: Scheme = { | ||
meta: { | ||
title: 'Untilted', | ||
artist: 'Carl Andre', | ||
year: '1958', | ||
techniques: 'Collage', | ||
}, | ||
background: '#023059', | ||
colors: ['#D9B504', '#D9A404', '#D96725'], | ||
stroke: '#F2F2F2', | ||
temp: 'warm', | ||
theme: 'dark', | ||
meta: { | ||
title: "Untilted", | ||
artist: "Carl Andre", | ||
year: "1958", | ||
techniques: "Collage", | ||
}, | ||
background: "#023059", | ||
colors: ["#D9B504", "#D9A404", "#D96725"], | ||
stroke: "#F2F2F2", | ||
temp: "warm", | ||
theme: "dark", | ||
}; | ||
|
||
const anuszkiewicz: Scheme = { | ||
meta: { | ||
title: 'Untitled 1', | ||
artist: 'Richard Anuszkiewicz', | ||
year: '1991', | ||
techniques: 'Silkscreen', | ||
}, | ||
background: '#f2eed6', | ||
colors: [ | ||
'#27503e', | ||
'#eb3340', | ||
'#a98b57', | ||
'#834d26', | ||
'#44ac81', | ||
'#4b8794', | ||
'#c65d5c', | ||
], | ||
stroke: '#cc6c74', | ||
temp: 'neutral', | ||
theme: 'bright', | ||
meta: { | ||
title: "Untitled 1", | ||
artist: "Richard Anuszkiewicz", | ||
year: "1991", | ||
techniques: "Silkscreen", | ||
}, | ||
background: "#f2eed6", | ||
colors: [ | ||
"#27503e", | ||
"#eb3340", | ||
"#a98b57", | ||
"#834d26", | ||
"#44ac81", | ||
"#4b8794", | ||
"#c65d5c", | ||
], | ||
stroke: "#cc6c74", | ||
temp: "neutral", | ||
theme: "bright", | ||
}; | ||
|
||
export { albers, alys, andre, anuszkiewicz }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
import { Scheme } from './../type.d'; | ||
import { Scheme } from "./../type.d"; | ||
|
||
const bacon: Scheme = { | ||
meta: { | ||
title: | ||
'Study for Portrait, Number IV (After the Life Mask of William Blake)', | ||
artist: 'Francis Bacon', | ||
year: '1956', | ||
techniques: 'Oil', | ||
}, | ||
background: '#282e26', | ||
colors: ['#495955', '#625d51', '#c3655c'], | ||
stroke: '#3d4649', | ||
temp: 'warm', | ||
theme: 'dark', | ||
meta: { | ||
title: | ||
"Study for Portrait, Number IV (After the Life Mask of William Blake)", | ||
artist: "Francis Bacon", | ||
year: "1956", | ||
techniques: "Oil", | ||
}, | ||
background: "#282e26", | ||
colors: ["#495955", "#625d51", "#c3655c"], | ||
stroke: "#3d4649", | ||
temp: "warm", | ||
theme: "dark", | ||
}; | ||
|
||
const bruegel: Scheme = { | ||
meta: { | ||
title: 'Landscape with the Fall of Icarus', | ||
artist: 'Pieter Bruegel the Elder', | ||
year: '1500', | ||
techniques: 'Oil', | ||
}, | ||
background: '#7F9086', | ||
colors: ['#A29A68', '#676A4F', '#54573f', '#A63C24'], | ||
stroke: '#BFBED5', | ||
temp: 'warm', | ||
theme: 'bright', | ||
meta: { | ||
title: "Landscape with the Fall of Icarus", | ||
artist: "Pieter Bruegel the Elder", | ||
year: "1500", | ||
techniques: "Oil", | ||
}, | ||
background: "#7F9086", | ||
colors: ["#A29A68", "#676A4F", "#54573f", "#A63C24"], | ||
stroke: "#BFBED5", | ||
temp: "warm", | ||
theme: "bright", | ||
}; | ||
|
||
export { bacon, bruegel }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
import { Scheme } from './../type.d'; | ||
import { Scheme } from "./../type.d"; | ||
|
||
const corbusier: Scheme = { | ||
meta: { | ||
title: 'Fragment/sample from the colour keyboard of 1959', | ||
artist: 'Le Corbusier', | ||
year: '1959', | ||
techniques: 'Unknown', | ||
}, | ||
background: '#222221', | ||
colors: ['#b8a136', '#ac443a', '#428f70'], | ||
stroke: '#cccccc', | ||
temp: 'warm', | ||
theme: 'dark', | ||
meta: { | ||
title: "Fragment/sample from the colour keyboard of 1959", | ||
artist: "Le Corbusier", | ||
year: "1959", | ||
techniques: "Unknown", | ||
}, | ||
background: "#222221", | ||
colors: ["#b8a136", "#ac443a", "#428f70"], | ||
stroke: "#cccccc", | ||
temp: "warm", | ||
theme: "dark", | ||
}; | ||
|
||
export { corbusier }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,73 @@ | ||
import { Scheme } from './../type.d'; | ||
import { Scheme } from "./../type.d"; | ||
|
||
const dali: Scheme = { | ||
meta: { | ||
artist: 'Salvador Dalí', | ||
title: 'Persistence Of Memory', | ||
year: '1931', | ||
techniques: 'Oil', | ||
}, | ||
background: '#ece3e4', | ||
colors: ['#93b8e5', '#aa8153', '#eec667', '#b87143', '#e27c4b'], | ||
stroke: '#503e3c', | ||
theme: 'bright', | ||
temp: 'warm', | ||
meta: { | ||
artist: "Salvador Dalí", | ||
title: "Persistence Of Memory", | ||
year: "1931", | ||
techniques: "Oil", | ||
}, | ||
background: "#ece3e4", | ||
colors: ["#93b8e5", "#aa8153", "#eec667", "#b87143", "#e27c4b"], | ||
stroke: "#503e3c", | ||
theme: "bright", | ||
temp: "warm", | ||
}; | ||
|
||
const delaunay: Scheme = { | ||
meta: { | ||
artist: 'Sonia Delaunay', | ||
title: 'Contrepoint, circa', | ||
year: '1970', | ||
techniques: 'Lithography', | ||
}, | ||
background: '#eae5e0', | ||
colors: ['#a40e00', '#758a27', '#11347b', '#286198'], | ||
stroke: '#11030a', | ||
temp: 'cold', | ||
theme: 'bright', | ||
meta: { | ||
artist: "Sonia Delaunay", | ||
title: "Contrepoint, circa", | ||
year: "1970", | ||
techniques: "Lithography", | ||
}, | ||
background: "#eae5e0", | ||
colors: ["#a40e00", "#758a27", "#11347b", "#286198"], | ||
stroke: "#11030a", | ||
temp: "cold", | ||
theme: "bright", | ||
}; | ||
|
||
const doesburg: Scheme = { | ||
meta: { | ||
title: 'Stained glass composition, Woman', | ||
artist: 'Theo van Doesburg', | ||
year: '1917', | ||
techniques: 'Glass', | ||
}, | ||
background: '#1C2424', | ||
colors: ['#3D55A8', '#3FA622', '#F6F7F1', '#463D33'], | ||
stroke: '#6A6157', | ||
temp: 'cold', | ||
theme: 'dark', | ||
meta: { | ||
title: "Stained glass composition, Woman", | ||
artist: "Theo van Doesburg", | ||
year: "1917", | ||
techniques: "Glass", | ||
}, | ||
background: "#1C2424", | ||
colors: ["#3D55A8", "#3FA622", "#F6F7F1", "#463D33"], | ||
stroke: "#6A6157", | ||
temp: "cold", | ||
theme: "dark", | ||
}; | ||
|
||
const drei: Scheme = { | ||
meta: { | ||
title: 'Transgressed crystals', | ||
artist: 'Lia Drei', | ||
year: '1974', | ||
techniques: 'acrylic', | ||
}, | ||
background: '#f42a12', | ||
stroke: '#35363a', | ||
colors: ['#cdcccc', '#398fc3', '#fa7e00', '#1e988e', '#cec401', '#304eba'], | ||
temp: 'cold', | ||
theme: 'bright', | ||
meta: { | ||
title: "Transgressed crystals", | ||
artist: "Lia Drei", | ||
year: "1974", | ||
techniques: "acrylic", | ||
}, | ||
background: "#f42a12", | ||
stroke: "#35363a", | ||
colors: ["#cdcccc", "#398fc3", "#fa7e00", "#1e988e", "#cec401", "#304eba"], | ||
temp: "cold", | ||
theme: "bright", | ||
}; | ||
|
||
const durer: Scheme = { | ||
meta: { | ||
title: 'The Large Piece of Turf', | ||
artist: 'Albrecht Dürer', | ||
year: '1503', | ||
techniques: 'Watercolor', | ||
}, | ||
background: '#657359', | ||
colors: ['#9AA582', '#8B775F', '#D7C9BE'], | ||
stroke: '#D7C9BE', | ||
temp: 'cold', | ||
theme: 'dark', | ||
meta: { | ||
title: "The Large Piece of Turf", | ||
artist: "Albrecht Dürer", | ||
year: "1503", | ||
techniques: "Watercolor", | ||
}, | ||
background: "#657359", | ||
colors: ["#9AA582", "#8B775F", "#D7C9BE"], | ||
stroke: "#D7C9BE", | ||
temp: "cold", | ||
theme: "dark", | ||
}; | ||
|
||
export { dali, delaunay, doesburg, drei, durer }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
import { Scheme } from './../type.d'; | ||
import { Scheme } from "./../type.d"; | ||
|
||
const ernst: Scheme = { | ||
meta: { | ||
title: 'Dark Gods', | ||
artist: 'Max Ernst', | ||
year: '1957', | ||
techniques: 'Oil', | ||
}, | ||
background: '#160F26', | ||
colors: ['#293473', '#3F6CA6', '#7897BF'], | ||
stroke: '#A6A15B', | ||
temp: 'cold', | ||
theme: 'dark', | ||
meta: { | ||
title: "Dark Gods", | ||
artist: "Max Ernst", | ||
year: "1957", | ||
techniques: "Oil", | ||
}, | ||
background: "#160F26", | ||
colors: ["#293473", "#3F6CA6", "#7897BF"], | ||
stroke: "#A6A15B", | ||
temp: "cold", | ||
theme: "dark", | ||
}; | ||
|
||
export { ernst }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
import { Scheme } from './../type.d'; | ||
import { Scheme } from "./../type.d"; | ||
|
||
const freud: Scheme = { | ||
meta: { | ||
title: 'Woman with a Daffodil summer', | ||
artist: 'Lucian Freud', | ||
year: '1945', | ||
techniques: 'Oil', | ||
}, | ||
background: '#d8d5c6', | ||
colors: ['#5f868a', '#483f31', '#a6977c', '#c4c360', '#c5b79c'], | ||
stroke: '#133938', | ||
theme: 'bright', | ||
temp: 'warm', | ||
meta: { | ||
title: "Woman with a Daffodil summer", | ||
artist: "Lucian Freud", | ||
year: "1945", | ||
techniques: "Oil", | ||
}, | ||
background: "#d8d5c6", | ||
colors: ["#5f868a", "#483f31", "#a6977c", "#c4c360", "#c5b79c"], | ||
stroke: "#133938", | ||
theme: "bright", | ||
temp: "warm", | ||
}; | ||
|
||
export { freud }; |
Oops, something went wrong.