Skip to content

Commit

Permalink
Merge pull request #160 from JonathanBytes/master
Browse files Browse the repository at this point in the history
 feat(palette): add Everforest palette to ImageGoWild
  • Loading branch information
Wabri authored May 23, 2024
2 parents bfcc1e5 + be3cde4 commit ece13a5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ign-frontend/src/assets/palettes/available-palettes.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,10 @@
"name" : "Kanagawa",
"img" : "palettes/img/kanagawa.jpg",
"file" : "palettes/kanagawa.json"
},
{
"name": "Everforest",
"img": "palettes/img/everforest.webp",
"file": "palettes/everforest.json"
}
]
18 changes: 18 additions & 0 deletions src/ign-frontend/src/assets/palettes/everforest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Everforest",
"colors": [
"#2D353B",
"#343F44",
"#E67E80",
"#E69875",
"#DBBC7F",
"#A7C080",
"#7FBBB3",
"#83C092",
"#D699B6",
"#D3C6AA",
"#7A8478",
"#859289",
"#9DA9A0"
]
}
Binary file not shown.

0 comments on commit ece13a5

Please sign in to comment.