Skip to content

A dark theme for phpMyAdmin, modified from pmahomme theme

Notifications You must be signed in to change notification settings

just4t/pmahomme-dark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support phpMyAdmin 4.8 (+ v4.9 verified)

Install

Put the theme folder to your phpMyAdmin/themes folder

XAMPP in Windows

\xampp\phpMyAdmin\themes

MAMPP in MacOS

/Applications/MAMP/bin/phpMyAdmin

Open phpMyAdmin dashboard and change theme to pmahomme_dark at Appearance settings

Force default theme (optional)

Add this settings to your config.inc.php file:

$cfg['ThemeDefault'] = 'pmahomme_dark';
$cfg['ThemePath'] = './themes';
$cfg['ThemeManager'] = true;

About

A dark theme for phpMyAdmin, modified from pmahomme theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.7%
  • CSS 2.3%