Skip to content

Commit

Permalink
Merge pull request #175 from es-codes/rosepinemoon
Browse files Browse the repository at this point in the history
feat(palette): add Rose Pine Moon palette
  • Loading branch information
Wabri authored Oct 3, 2024
2 parents 52acd3c + 00ceba1 commit 64b2730
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ign-frontend/src/assets/palettes/available-palettes.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,11 @@
"name": "Everforest",
"img": "palettes/img/everforest.webp",
"file": "palettes/everforest.json"
},
{
"name": "Rose Pine Moon",
"img": "palettes/img/rose-pine-moon.png",
"file": "palettes/rose-pine-moon.json"
}
]

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/ign-frontend/src/assets/palettes/rose-pine-moon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Rose Pine Moon",
"colors": [
"#232136",
"#2A273F",
"#393552",
"#6E6A86",
"#908CAA",
"#E0DEF4",
"#EB6F92",
"#F6C177",
"#EA9A97",
"#3E8FB0",
"#9CCFD8",
"#C4A7E7",
"#2A283E",
"#44415A",
"#56526E"
]
}

0 comments on commit 64b2730

Please sign in to comment.