Dark theme for AdminBro
npm install admin-bro-theme-dark

Install the theme:
``bash`
yarn install admin-bro-theme-dark
Setup it in your AdminBro:
`javascript
const theme = require('admin-bro-theme-dark')
new AdminBro({
branding: {
theme
}
})
``