How To Customize a Theme in phpMyAdmin

Viewed 13

phpMyAdmin provides instructions for creating a custom theme. I am wondering if there is a step I am missing.

The instructions are:

  • make a new subdirectory (for example “your_theme_name”) under ./themes/.
  • copy the files and directories from pmahomme to “your_theme_name”
  • edit the css-files in “your_theme_name/css”
  • put your new images in “your_theme_name/img”
  • edit _variables.scss in “your_theme_name/scss”
  • edit theme.json in “your_theme_name” to contain theme metadata (see below)
  • make a new screenshot of your theme and save it under “your_theme_name/screen.png”

The css-files in “your_theme_name/css” appear minified. That leads me to expect those files are generated, using other files as inputs to generate them. Is that right? It really necessary to directy edit the minified css files?

0 Answers
Related