Skip to content

A simple PhpMyAdmin theme inspired by the glassmorphism design trend

Notifications You must be signed in to change notification settings

Kan-A-Pesh/pma-glass-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glass theme for phpMyAdmin

This is a theme for phpMyAdmin 5.X that is inspired by the glassmorphism design trend.

Screenshots 📷

Screen.png

Installation 🛠️

To install the theme, you need to copy the glass folder to the themes folder of your phpMyAdmin installation.

git clone https://github.com/Kan-A-Pesh/pma-glass-theme.git
cp -r pma-glass-theme /path/to/phpmyadmin/themes

(Optional) You can also edit the config.inc.php file in the root of your phpMyAdmin installation and set the theme to glass by default.

$cfg['ThemeDefault'] = 'glass';

Otherwise, you can select the theme from the settings page of phpMyAdmin.

Congratulations! 🎉
You have successfully installed the theme.

Usage 🚀

To edit the theme, you can modify the files in the scss folder and compile them using the following command:

sass --watch scss:css

About

A simple PhpMyAdmin theme inspired by the glassmorphism design trend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published