mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 13:02:10 +00:00
update Color Selection Algorithm description
This commit is contained in:
parent
055510a7ad
commit
58324a3ff2
1 changed files with 5 additions and 4 deletions
|
|
@ -540,10 +540,11 @@ Dribbblish.config.register({
|
|||
key: "colorSelectionAlgorithm",
|
||||
name: "Color Selection Algorithm",
|
||||
description: `
|
||||
Algorithm of selecting colors from the albumart
|
||||
- **Colorthief:** Gets more fitting colors{.muted}
|
||||
- **Vibrant:** Gets more vibrant colors (was the default up to v3.1.1){.muted}
|
||||
- **Static:** Select a static color to be used{.muted}
|
||||
[Algorithm of selecting colors from the albumart]
|
||||
- **Colorthief [(see)](https://lokeshdhakar.com/projects/color-thief/):** Gets more fitting colors
|
||||
- **Vibrant [(see)](https://jariz.github.io/vibrant.js/):** Gets more vibrant colors *(was the default up to v3.1.1)*
|
||||
- **Static:** Select a static color to be used
|
||||
{.muted}
|
||||
`,
|
||||
data: { colorthief: "Colorthief", vibrant: "Vibrant", static: "Static" },
|
||||
defaultValue: "colorthief",
|
||||
|
|
|
|||
Loading…
Reference in a new issue