William Desportes 69f21221a1 Merge #90 - Update BooDark theme for pma v5.2.0
- fix user accounts with many users
- fix current server selector

Closes: #89
2022-10-29 15:38:18 +02:00
2022-04-09 15:26:19 +02:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2016-12-13 12:23:37 +00:00
2022-10-26 23:23:18 +03:00
2011-02-08 15:55:37 +01:00
2016-12-13 12:23:37 +00:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2012-10-17 13:29:10 +02:00
2022-10-23 10:02:33 -04:00
2011-02-17 16:19:51 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2016-12-13 12:23:37 +00:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-10-18 11:20:32 +02:00
2011-02-08 15:55:37 +01:00
2011-02-14 10:52:16 +01:00
2011-02-08 15:55:37 +01:00
2016-12-13 13:08:49 +00:00
2016-12-13 12:23:37 +00:00
2011-02-08 15:55:37 +01:00
2016-12-13 12:23:37 +00:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-08 15:55:37 +01:00
2011-02-02 13:37:54 +01:00
2017-05-16 15:56:48 +02:00

phpMyAdmin themes

Various contributed themes.

Download

Themes can be downloaded at https://www.phpmyadmin.net/themes/.

How to contribute

Get started

Updating/Creating themes

If you already have the theme in your local phpMyAdmin folder, then delete the theme folder here and replace it with your local version (folder).

For example:

rm -r /home/username/phpmyadmin/themes/mytheme
cp -r /var/www/phpMyAdmin/themes/mytheme /home/username/phpmyadmin/themes/

Update the version

Update "version" in /home/username/phpmyadmin/themes/mytheme/theme.json with the new version (of your theme).

Create a branch and commit the changes

Learn more about what is a commit: here

For example:

# Go to the repository folder (your fork)
cd /home/username/phpmyadmin/themes/
# Create a new branch for your changes
git checkout -b mytheme-version-x.y.z
# Add your changes to git
git add ./mytheme
# Commit them
git commit -m "[mytheme] version x.y.z"

Push the changes and open a pull-request

Make the push:

git push

And then open a new pull-request: https://github.com/phpmyadmin/themes/pulls

Releasing

There is a script create-release.sh which creates a zip file with the theme and optionally tags the git repository and uploads it to the phpMyAdmin website.

S
Description
A Modern Dark theme for PHPMyAdmin
Readme
102 MiB
Languages
PHP 40.9%
CSS 34.5%
SCSS 24.4%
Shell 0.2%