Added a couple palettes (#32)
All checks were successful
Build and deploy / build-wasm (push) Successful in 21s
Build and deploy / build-react (push) Successful in 47s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
All checks were successful
Build and deploy / build-wasm (push) Successful in 21s
Build and deploy / build-react (push) Successful in 47s
Build and deploy / merge (push) Successful in 6s
Build and deploy / Pin to cluster node (push) Successful in 5s
Build and deploy / Update OVH DNS (push) Successful in 4s
Co-authored-by: CrispyBaguette <alexandre.bruyant@gmail.com> Reviewed-on: #32 Co-authored-by: Alexandre Bruyant <alexandre@bruyant.xyz> Co-committed-by: Alexandre Bruyant <alexandre@bruyant.xyz>
This commit is contained in:
parent
202560a249
commit
46a054e626
@ -77,6 +77,22 @@ const dracula = new Palette("Dracula", [
|
||||
"f1fa8c",
|
||||
]);
|
||||
|
||||
// https://lospec.com/palette-list/ice-cream-gb
|
||||
const iceCream = new Palette("Ice Cream GB", [
|
||||
"7c3f58",
|
||||
"eb6b6f",
|
||||
"f9a875",
|
||||
"fff6d3",
|
||||
]);
|
||||
|
||||
// https://lospec.com/palette-list/kirokaze-gameboy
|
||||
const kirokaze = new Palette("Kirokaze GameBoy", [
|
||||
"332c50",
|
||||
"46878f",
|
||||
"94e344",
|
||||
"e2f3e4",
|
||||
]);
|
||||
|
||||
const gruvbox = new Palette("Gruvbox", [
|
||||
"1d2021",
|
||||
"282828",
|
||||
@ -126,6 +142,8 @@ const palettes = [
|
||||
grayScale2bits,
|
||||
grayScale2bitsGamma,
|
||||
dracula,
|
||||
iceCream,
|
||||
kirokaze,
|
||||
gruvbox,
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user