Update client/src/Palette.ts
All checks were successful
Build and deploy / build-wasm (push) Successful in 59s
Build and deploy / build-react (push) Successful in 1m1s
Build and deploy / merge (push) Successful in 11s
Build and deploy / Pin to cluster node (push) Successful in 27s
Build and deploy / Update OVH DNS (push) Successful in 1m7s
All checks were successful
Build and deploy / build-wasm (push) Successful in 59s
Build and deploy / build-react (push) Successful in 1m1s
Build and deploy / merge (push) Successful in 11s
Build and deploy / Pin to cluster node (push) Successful in 27s
Build and deploy / Update OVH DNS (push) Successful in 1m7s
This commit is contained in:
parent
2627d01796
commit
b06cade0b2
@ -135,6 +135,14 @@ const gruvbox = new Palette("Gruvbox", [
|
||||
"af3a03",
|
||||
]);
|
||||
|
||||
const kanagawa = new Palette("Kanagawa", [
|
||||
"babbbd",
|
||||
"2e3257",
|
||||
"627d9a",
|
||||
"dfc5a4",
|
||||
"fffef7"
|
||||
]);
|
||||
|
||||
const palettes = [
|
||||
nord,
|
||||
monokai,
|
||||
@ -145,6 +153,7 @@ const palettes = [
|
||||
iceCream,
|
||||
kirokaze,
|
||||
gruvbox,
|
||||
kanagawa,
|
||||
];
|
||||
|
||||
palettes.sort((a, b) => a.label.localeCompare(b.label));
|
||||
|
Loading…
Reference in New Issue
Block a user