Topic on Skin talk:Chameleon

Changing Variables Led to No Change

4
Finncrux (talkcontribs)

Hello.

I'm using MediaWiki1.32,and installed the Chameleon skin with composer successfully. The skin looks awsome, but when I tried to add

$egChameleonExternalStyleVariables= [

'cmln-navbar-toggler-color' => 'dark',

];

to my LocalSettings.php, no change was applied to my page. I tried clearing the cache, restarting the serve and adding some other variables I found form the var lists on github, and non of them seem to work.

Could you please tell me what I should do to change the color of the navi bar? thank you!

111.203.240.100 (talkcontribs)

solved

2601:646:100:43B3:B8D0:6D74:83CB:36D3 (talkcontribs)

@Finncrux what solved it for you if you don't mind me asking?

Finncrux (talkcontribs)

if you want to change the color of navi bar, just add

$egChameleonExternalStyleVariables= [

'cmln-navbar-bg-color' => 'dark',

];

or change 'dark' to whatever color that's already defined. If you want to use custom color, or change the navibar icon and text color, you will need to make a lot of change with the style file.