Bootstrap Dark theme for phpMyAdmin
- Supported versions: 5.2
- Bootstrap v5.1.3
- Background color changed: shades of gray & black
- Fonts color changed: shades of white & light gray
- Default SQL Query editor color theme changed
- jQuery UI improved: ui-darkness
- Designer adjusted for dark theme
- Console adjusted for dark theme
- Inline SVG using
escape-svg
function
- Download latest release
- Extract the archive files
- Go to the phpMyAdmin files (C:\xampp\phpmyadmin for XAMPP) then go to the
themes
folder and add here theboodark
folder - Select
BooDark
theme on the home page
BooDark theme respects the folders structure of phpMyAdmin.
├── node_modules
├── themes
│ └── boodark
│ ├── css
│ ├── img
│ ├── jquery
│ ├── scss
│ ├── screen.png
│ └── theme.json
├── package.json
└── yarn.lock
To build the theme or customize it with your preferences you must have Node, Yarn and Git installed. Then follow step by step:
-
Open your command-line and navigate to your projects folder
-
Clone this repo locally:
git clone https://github.com/adorade/boodark .
-
Install project dependecies:
yarn install
-
Do any modifications you want
-
Compile
scss
files tocss
# production, minified files yarn run build # development yarn run css-dev
-
Theme files are in
themes/boodark
.
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
BooDark Theme is licensed under MIT