mirror of
https://github.com/movahhedi/blueberry-pma-theme.git
synced 2026-08-24 02:24:16 -05:00
BooDark v1.1.0
Bootstrap Dark theme for phpMyAdmin
- Supported versions: 5.2
- Bootstrap v5.2.3
Changes
- 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-svgfunction - Color Schemes:
cyan(main),teal,nordandorange
Color Schemes
BooDark has several color schemes: cyan (main), teal, nord and orange.
There is currently no way to change the color scheme in GUI.
How to change color scheme?
Option 1. Edit scss/_variables.scss
// Theme color scheme
// Values: "cyan", "teal", "nord", "orange"
// Default: "cyan"
// Set this value for the desired color scheme
// --- Change cyan
$color-scheme: cyan !default;
// --- to nord
$color-scheme: nord !default;
// --- then run `yarn run build`
Option 2. Replace the CSS files. For example:
mv css/theme.css css/theme-cyan.css
mv css/theme-nord.css css/theme.css
Bugs and feature requests
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.
License
BooDark Theme is licensed under MIT.
Copyright (c) 2022-23 Adorade
Thanks for use
Hopefully, this theme is useful to you.
