fruitcake / laravel-telescope-toolbar

A toolbar for Laravel Telescope, based on the Symfony Web Profiler.
MIT License
778 stars 39 forks source link

Customizable light theme through .env #20

Closed gboquizosanchez closed 4 years ago

gboquizosanchez commented 4 years ago

Can be added an environment variable to the theme in order to turn off the light without discovering package?

barryvdh commented 4 years ago

Yeah you can make a PR if you want.

gboquizosanchez commented 4 years ago

Made it on https://github.com/fruitcake/laravel-telescope-toolbar/pull/21. Thanks!