Skip to content

Commit 71bf66e

Browse files
Merge pull request #16 from statikbe/janhenckens-patch-1
Update brandColors to use array format
2 parents eaf4eae + 57796c8 commit 71bf66e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ return [
6666

6767
// Color options (supports hex values)
6868
'brandColors' => [
69-
'' => 'none', // Special: shows striped pattern
69+
'' => 'none', // Special: shows striped pattern
7070
'random' => 'random', // Special: shows rainbow gradient
71-
'primary' => '#3B82F6',
72-
'secondary' => '#10B981',
73-
'accent' => '#F59E0B',
74-
'danger' => '#EF4444',
71+
'primary' => ['#3B82F6'],
72+
'secondary' => ['#10B981'],
73+
'accent' => ['#F59E0B'],
74+
'danger' => ['#EF4444'],
7575
],
7676

7777
// Gradient colors (2-3 colors)

0 commit comments

Comments
 (0)