Skip to content

Commit

Permalink
update inks
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel James committed Dec 12, 2023
1 parent ea72a07 commit 86e4565
Show file tree
Hide file tree
Showing 3 changed files with 7,408 additions and 3,608 deletions.
25 changes: 15 additions & 10 deletions data/inks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,44 @@ export default [
{
id: 'pelikan edelstein jade',
name: 'Pelikan Edelstein Jade',
color: 'rgb(27, 174, 135)',
color: 'rgb(27 174 135)',
},
{
id: 'pelikan edelstein golden beryl',
name: 'Pelikan Edelstein Golden Beryl',
color: 'rgb(207, 135, 12)',
shimmer: 'rgb(255, 204, 0)',
color: 'rgb(207 135 12)',
shimmer: 'rgb(255 204 0)',
},
{
id: 'diamine enchanted ocean',
name: 'Diamine Enchanted Ocean',
color: 'rgb(31, 78, 108)',
shimmer: 'rgb(200, 200, 200)',
color: 'rgb(31 78 108)',
shimmer: 'rgb(200 200 200)',
},
{
id: 'pilot iroshizuku yama-guri',
name: 'Pilot Iroshizuku Yama-guri',
color: 'rgba(105, 64, 50)',
color: 'rgb(105 64 50)',
},
{
id: 'sailor shikiori yamadori',
name: 'Sailor Shikiori Yamadori',
color: 'rgba(8, 55, 77)',
color: 'rgb(8 55 77)',
},
{
id: 'sailor shikiori sakuramori',
name: 'Sailor Shikiori Sakuramori',
color: 'rgb(255 155 194)',
},
{
id: 'diamine oxblood',
name: 'Diamine Oxblood',
color: 'rgb(255, 0, 0)',
color: 'rgb(255 0 0)',
},
{
id: 'diamine golden ivy',
name: 'Diamine Golden Ivy',
color: 'rgb(6, 106, 24)',
shimmer: 'rgb(255, 204, 0)',
color: 'rgb(6 106 24)',
shimmer: 'rgb(255 204 0)',
}
]
Loading

1 comment on commit 86e4565

@vercel
Copy link

@vercel vercel bot commented on 86e4565 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

exolith – ./

exolith-git-main-cesque.vercel.app
exolith.cesque.com
exolith.vercel.app
exolith-cesque.vercel.app

Please sign in to comment.