joomla4-backend-template
joomla4-backend-template copied to clipboard
A dark themed backend template for Joomla 4.x and 5.x
Bettum
A dark themed administrator template for Joomla 4.x
Benefits of Bettum
- Easier on the eyes
- Saves battery life
- Less bloat
- Simple and familiar UI
- Performance
Browser Support
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|---|
Latest :heavy_check_mark: | Latest :heavy_check_mark: | Latest :heavy_check_mark: | 11+ :x: | Latest :heavy_check_mark: | Latest :heavy_check_mark: |
Contributing
- Clone the repository:
git clone https://github.com/C-Lodder/joomla4-backend-template.git <path>
- Go to the folder:
cd <path>
- Install dependencies:
npm i
- Checkout a new branch:
git checkout -b <branch name>
Build tasks:
- Compile SCSS and minify CSS
gulp build
- Minify JS
npm run js
- Create an installation ZIP file
npm run zip