Customizing the dark mode theme?
Can you customize the colors used in dark mode instead of the default black/gray colors used
5 Replies
You could try overwriting the gray colors via tailwind config. Otherwise overwriting everything via CSS is probably the best option. But might be a lot of work
Off topic, can I customize the filament views/panels inside of the resources/views folder?
Does my changes get removed if in the future I upgraded my filament?
Or that only works if the upgrade has changes to the changed filament view file?
No they won't. So you should be careful as changes might break with future updates
oh thank you for that
This is how I did in v2, didn't have time to play with v3 but it might help
And register style in provider
Filament::registerStyles([asset('css/theme.css')]);