Skip to content

Commit

Permalink
Merge pull request #159 from JonathanBytes/master
Browse files Browse the repository at this point in the history
feat(palette): add Kanagawa palette
  • Loading branch information
Wabri authored May 20, 2024
2 parents cf5e5b1 + 48fc7a8 commit cde4178
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ign-frontend/src/assets/palettes/available-palettes.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,10 @@
"name": "Monalisa",
"img": "palettes/img/monalisa.png",
"file": "palettes/monalisa.json"
},
{
"name" : "Kanagawa",
"img" : "palettes/img/kanagawa.jpg",
"file" : "palettes/kanagawa.json"
}
]
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/ign-frontend/src/assets/palettes/kanagawa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Kanagawa",
"colors": [
"#84857F",
"#324a64",
"#46718d",
"#30698C",
"#FCF9E5",
"#f5ebd1",
"#F2E1C2",
"#d2c8ae",
"#F1BE9F",
"#D9A78B"
]
}

0 comments on commit cde4178

Please sign in to comment.