Skip to content

Commit

Permalink
Seed the default accents
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Dec 18, 2024
1 parent c66021a commit 48d1c05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ public function run(): void

$themeSettings = app(ThemeSettings::class);
$themeSettings->app_banner = '';
$themeSettings->accent = 'cachet';
$themeSettings->accent_content = 'zinc';
$themeSettings->accent_pairing = true;
$themeSettings->save();
}
}

0 comments on commit 48d1c05

Please sign in to comment.