Skip to content

Commit

Permalink
fix some palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Dec 10, 2023
1 parent d6c7b89 commit 96ef478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/artists/m.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default [ {
title: "Suprematist Composition",
artist: "Kazimir Malevich",
year: "1916",
techiques: "Oil"
techniques: "Oil"
},
background: "#eae8e6",
colors: ["#001A56", "#197C3F", "#D4A821", "#C74C25"],
Expand Down
2 changes: 1 addition & 1 deletion src/artists/p.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export default [ {
colors: ["#D89CA9", "#1962A0", "#E8C051"],
stroke: "#F1ECD7",
temp: "warm",
theme: "cold"
theme: "dark"
},] as Scheme[]

0 comments on commit 96ef478

Please sign in to comment.