barryvdh / laravel-debugbar

Debugbar for Laravel (Integrates PHP Debug Bar)
MIT License
17.16k stars 1.55k forks source link

Revert "Use dark theme by default" #1594

Closed barryvdh closed 6 months ago

barryvdh commented 6 months ago

Reverts barryvdh/laravel-debugbar#1546

It seems not so popular, so I'll consider reverting it back the 'auto'.

What do you prefer? Thumbs up for auto, down for dark.

PaolaRuby commented 6 months ago

I still think it should have ignition as a fallback #1535😄.

'theme' => env('DEBUGBAR_THEME') ?: env('IGNITION_THEME', 'auto'),

https://github.com/barryvdh/laravel-debugbar/commit/d2c33f073e0387074b6c4bd24ac907b706fba452

spatie/laravel-ignition/config/ignition.php#L58

barryvdh commented 6 months ago

Yeah but I think for debugbar it's usually different than the error page. I think it makes a bit sense to just follow the browser.

theKalash commented 4 months ago

Thank you! Having to publish config files for every project was quite annoying.