Nightmare Night
Nightmare Night

Reputation: 11

Change Theme Scheme in 5.0.2?

How would I go about changing the theme scheme of PhpMyAdmin in 5.0.2?

I've tried changing the following in \themes\metro\scss_variables.scss from


    // Theme color scheme
    // Values: "teal", "redmond", "blueeyes", "mono", "win"
    // Default: "win"
    // Set this value for the desired color scheme
    $color-scheme: win !default;

to $color-scheme: redmond !default;

but upon full web server restart, it still doesn't show the new theme.

Upvotes: 1

Views: 688

Answers (1)

aldaflux
aldaflux

Reputation: 21

try

yarn run  css-compile

in the phpmyadminfolder

Upvotes: 2

Related Questions