From 1174063ec03fcb5634351ffcd0575c61a8c82791 Mon Sep 17 00:00:00 2001 From: "Samuel M. Bednarz" Date: Sun, 7 Jan 2024 17:14:21 +0100 Subject: [PATCH] correct position --- packages/core/engine/defaults.ts | 2 +- packages/playground/src/App.vue | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/core/engine/defaults.ts b/packages/core/engine/defaults.ts index 2b5625a..e8068f6 100644 --- a/packages/core/engine/defaults.ts +++ b/packages/core/engine/defaults.ts @@ -3,7 +3,7 @@ import { UmbraScheme, UmbraSettings } from './types' export const defaultSettings: UmbraSettings = { readability: 10, iterations: 15, - insertion: 10, + insertion: 9, shades: [5, 5, 5, 5, 15, 10, 10, 25, 30, 25, 25, 25], tints: [5, 10, 10, 10, 15, 15, 25, 15, 15, 15, 15, 25] } diff --git a/packages/playground/src/App.vue b/packages/playground/src/App.vue index 244e281..0065130 100644 --- a/packages/playground/src/App.vue +++ b/packages/playground/src/App.vue @@ -49,10 +49,6 @@ const accent = { color: '#ff0157' } -const accent2 = { - color: '#ff0157' -} - const accent3 = { color: '#e5484d' } @@ -62,11 +58,10 @@ const theme = umbra({ foreground: '#ffffff', accents: [ royal, + accent, radixRed, radixYellow, radixBlue, - accent, - accent2, accent3, radixRed, success,