Skip to content

Commit

Permalink
correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Jan 7, 2024
1 parent e0bf82f commit 1174063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/engine/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
Expand Down
7 changes: 1 addition & 6 deletions packages/playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const accent = {
color: '#ff0157'
}
const accent2 = {
color: '#ff0157'
}
const accent3 = {
color: '#e5484d'
}
Expand All @@ -62,11 +58,10 @@ const theme = umbra({
foreground: '#ffffff',
accents: [
royal,
accent,
radixRed,
radixYellow,
radixBlue,
accent,
accent2,
accent3,
radixRed,
success,
Expand Down

0 comments on commit 1174063

Please sign in to comment.