Minor README fixes

+ Support of PMA 5.2
This commit is contained in:
Shahab Movahhedi
2022-05-14 15:37:55 +04:30
parent 84adaa9451
commit db8018085a
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Blueberry PHPMyAdmin Theme
[Blueberry v1.0.0](https://github.com/movahhedi/blueberry-pma-theme) is a modern dark theme for PHPMyAdmin, based on "pmahomme" theme (The default theme in PHPMyAdmin).
[Blueberry](https://github.com/movahhedi/blueberry-pma-theme) is a modern dark theme for PHPMyAdmin, based on "pmahomme" theme (The default theme in PHPMyAdmin).
Developed by **Shahab Movahhedi**
- Site: [shmovahhedi.com](https://shmovahhedi.com)
@@ -14,9 +14,9 @@ To build it for development, you need these:
- [SASS](https://sass-lang.com/install)
- [Bootstrap 4.6.1](https://www.npmjs.com/package/bootstrap/v/4.6.1) (PMA doesn't support Bootstrap 5)
The icons used in Blueberry is from [Fluency (Fluent UI) icon set](https://github.com/microsoft/fluentui-system-icons) by Microsoft (Thanks to [Icons8](https://icons8.com/))
The icons used in Blueberry is from [Fluency (Fluent UI) icon set](https://github.com/microsoft/fluentui-system-icons) by Microsoft (Thanks to [Icons8](https://icons8.com/)).
My custom [jQuery UI v1.13.1](http://jqueryui.com) CSS is also used. Check it out [here](http://jqueryui.com/themeroller/?scope=&folderName=smoothness&bgImgOpacityError=30&bgImgOpacityHighlight=30&bgImgOpacityActive=40&bgImgOpacityHover=40&bgImgOpacityDefault=20&bgImgOpacityContent=20&bgImgOpacityHeader=15&cornerRadiusShadow=8px&offsetLeftShadow=-2px&offsetTopShadow=-2px&thicknessShadow=2px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%233a3a56&opacityOverlay=30&bgImgOpacityOverlay=50&bgTextureOverlay=flat&bgColorOverlay=%235b5b5b&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23ca0b0b&bgTextureError=flat&bgColorError=%23ca0b0b&iconColorHighlight=%23ffffff&fcHighlight=%23ffffff&borderColorHighlight=%230072e6&bgTextureHighlight=flat&bgColorHighlight=%230072e6&iconColorActive=%2338bdf8&fcActive=%2338bdf8&borderColorActive=%23096ac8&bgTextureActive=flat&bgColorActive=%231e1e2a&iconColorHover=%2338bdf8&fcHover=%2338bdf8&borderColorHover=%23222222&bgTextureHover=flat&bgColorHover=%232c2c3d&iconColorDefault=%2338bdf8&fcDefault=%23d9d9d9&borderColorDefault=%231e1e2a&bgTextureDefault=flat&bgColorDefault=%232c2c3d&iconColorContent=%2338bdf8&fcContent=%23d9d9d9&borderColorContent=%231e1e2a&bgTextureContent=flat&bgColorContent=%231e1e2a&iconColorHeader=%23e2e8f0&fcHeader=%23e2e8f0&borderColorHeader=%231e1e2a&bgTextureHeader=flat&bgColorHeader=%230072e6&cornerRadius=10px&fwDefault=bold&fsDefault=1em&ffDefault=%22Segoe%20UI%22%2C%20%22Segoe%20Pro%22%2C%20Roboto%2C%20Verdana%2C%20sans-serif)
My custom [jQuery UI v1.13.1](http://jqueryui.com) CSS is also used. Check it out [here](http://jqueryui.com/themeroller/?scope=&folderName=smoothness&bgImgOpacityError=30&bgImgOpacityHighlight=30&bgImgOpacityActive=40&bgImgOpacityHover=40&bgImgOpacityDefault=20&bgImgOpacityContent=20&bgImgOpacityHeader=15&cornerRadiusShadow=8px&offsetLeftShadow=-2px&offsetTopShadow=-2px&thicknessShadow=2px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%233a3a56&opacityOverlay=30&bgImgOpacityOverlay=50&bgTextureOverlay=flat&bgColorOverlay=%235b5b5b&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23ca0b0b&bgTextureError=flat&bgColorError=%23ca0b0b&iconColorHighlight=%23ffffff&fcHighlight=%23ffffff&borderColorHighlight=%230072e6&bgTextureHighlight=flat&bgColorHighlight=%230072e6&iconColorActive=%2338bdf8&fcActive=%2338bdf8&borderColorActive=%23096ac8&bgTextureActive=flat&bgColorActive=%231e1e2a&iconColorHover=%2338bdf8&fcHover=%2338bdf8&borderColorHover=%23222222&bgTextureHover=flat&bgColorHover=%232c2c3d&iconColorDefault=%2338bdf8&fcDefault=%23d9d9d9&borderColorDefault=%231e1e2a&bgTextureDefault=flat&bgColorDefault=%232c2c3d&iconColorContent=%2338bdf8&fcContent=%23d9d9d9&borderColorContent=%231e1e2a&bgTextureContent=flat&bgColorContent=%231e1e2a&iconColorHeader=%23e2e8f0&fcHeader=%23e2e8f0&borderColorHeader=%231e1e2a&bgTextureHeader=flat&bgColorHeader=%230072e6&cornerRadius=10px&fwDefault=bold&fsDefault=1em&ffDefault=%22Segoe%20UI%22%2C%20%22Segoe%20Pro%22%2C%20Roboto%2C%20Verdana%2C%20sans-serif).
### Any Ideas?
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "blueberry",
"version": "0.1",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "blueberry",
"version": "0.1",
"version": "1.0.1",
"dependencies": {
"bootstrap": "^4.6.1"
}
+1 -1
View File
@@ -4,5 +4,5 @@
"description": "A Modern Dark theme for PHPMyAdmin",
"author": "Shahab Movahhedi",
"url": "https://shmovahhedi.com/",
"supports": ["5.0", "5.1"]
"supports": ["5.0", "5.1", "5.2"]
}