Skip to content

Commit ab0b9e1

Browse files
authored
Use dark theme by default (#1546)
1 parent f89aef5 commit ab0b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
| Switches between light and dark theme. If set to auto it will respect system preferences
309309
| Possible values: auto, light, dark
310310
*/
311-
'theme' => env('DEBUGBAR_THEME', 'auto'),
311+
'theme' => env('DEBUGBAR_THEME', 'dark'),
312312

313313
/*
314314
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)