Skip to content

Commit

Permalink
feat(palette): add monalisa palette
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Mar 29, 2024
1 parent 8ec3098 commit d8bcc10
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@ -98,5 +98,10 @@
"name": "Palenight",
"img": "palettes/img/palenight.png",
"file": "palettes/palenight.json"
},
{
"name": "Monalisa",
"img": "palettes/img/monalisa.png",
"file": "palettes/monalisa.json"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/ign-frontend/src/assets/palettes/monalisa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Monalisa",
"colors": [
"#727f4b",
"#a9a569",
"#e9c468",
"#92692e",
"#764b1c",
"#352524",
"#133827",
"#536648",
"#efc978",
"#cd7243",
"#633a30"
]
}

0 comments on commit d8bcc10

Please sign in to comment.