resolve conflicts

This commit is contained in:
Johannes Kirschbauer
2023-10-08 15:53:43 +02:00
16 changed files with 322 additions and 154 deletions

View File

@@ -24,10 +24,6 @@ export const config: PaletteConfig = {
keyColor: "#92898a",
tones: [2, 5, 8, 92, 95, 98],
},
red: {
keyColor: "#e82439",
tones: [5, 95],
},
green: {
keyColor: "#7AC51B",
tones: [2, 98],
@@ -40,6 +36,11 @@ export const config: PaletteConfig = {
keyColor: "#661bc5",
tones: [2, 98],
},
red: {
keyColor: "#e82439",
tones: [95],
},
blue: {
keyColor: "#1B7AC5",
tones: [5, 95],