PHPackages                             akai/magento2-module-admin-theme-switcher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. akai/magento2-module-admin-theme-switcher

ActiveMagento2-module[Admin Panels](/categories/admin)

akai/magento2-module-admin-theme-switcher
=========================================

A module that adds an option to switch between admin themes to Magento 2 admin panel

1.0.1(8y ago)121GPL-2.0PHPPHP ~5.6.5 || 7.0.2 || 7.0.4 || ~7.0.6 || ~7.1.0

Since Jul 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/akai-z/magento2-module-admin-theme-switcher)[ Packagist](https://packagist.org/packages/akai/magento2-module-admin-theme-switcher)[ RSS](/packages/akai-magento2-module-admin-theme-switcher/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Admin Theme Switcher [![SensioLabsInsight](https://camo.githubusercontent.com/9d5ce7261c9c5e4a0c48348a0f353c43bf764b4cb409cdf114ffc7e56e658a36/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33333434303039392d386236642d343661622d383936612d3730343837613365363265362f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/33440099-8b6d-46ab-896a-70487a3e62e6)
===========================================================================================================================================================================================================================================================================================================================================================================================================

[](#admin-theme-switcher-)

[![Build Status](https://camo.githubusercontent.com/810c3d92073442c7e1c824b80dcc03ef6c5558bd09426ee73e1ef6e963cf1b4f/68747470733a2f2f7472617669732d63692e6f72672f616b61692d7a2f6d6167656e746f322d6d6f64756c652d61646d696e2d7468656d652d73776974636865722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/akai-z/magento2-module-admin-theme-switcher)[![Dependency Status](https://camo.githubusercontent.com/c53d17dd9d6658e940f577a29c29d651a8119dbde408b1c385276aeb5b7ed08d/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3539356239643562333638623038303033333536326565662f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/595b9d5b368b080033562eef)[![Coverage](https://camo.githubusercontent.com/0d753689621e3ace845f833b71e4dfa0f354af6d2ae2ed61150bb81e4755537e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f616b61692d7a2f6d6167656e746f322d6d6f64756c652d61646d696e2d7468656d652d73776974636865722e706e67)](https://codeclimate.com/github/akai-z/magento2-module-admin-theme-switcher)[![Latest Stable Version](https://camo.githubusercontent.com/95ac99c06e24541dbfe57dc6cab45728fc66c0eb2154e5d594ebd4cb41801d78/68747470733a2f2f706f7365722e707567782e6f72672f616b61692f6d6167656e746f322d6d6f64756c652d61646d696e2d7468656d652d73776974636865722f762f737461626c65)](https://packagist.org/packages/akai/magento2-module-admin-theme-switcher)[![License](https://camo.githubusercontent.com/139233cf61d25b65a181c7e062124eb93d90271f62fd45613eebc1a3592e97ea/68747470733a2f2f706f7365722e707567782e6f72672f616b61692f6d6167656e746f322d6d6f64756c652d61646d696e2d7468656d652d73776974636865722f6c6963656e7365)](https://packagist.org/packages/akai/magento2-module-admin-theme-switcher)

#### Contents

[](#contents)

- [Synopsis](#synopsis)
- [Overview](#overview)
- [Installation](#installation)
- [Tests](#tests)
- [Authors](#authors)
- [License](#license)

Synopsis
--------

[](#synopsis)

A Magento 2 module that allows users to easily switch between admin themes.

Overview
--------

[](#overview)

Admin Theme Switcher module adds an option to Magento 2 admin panel
that allows users to switch between admin themes.

The option can be found in stores configuration design page.
(`Stores > Configuration > General > Design`)
Under `Design Theme` group.

Installation
------------

[](#installation)

Below, you can find two ways to install the admin theme switcher module.

### 1. Install via Composer (Recommended)

[](#1-install-via-composer-recommended)

First, make sure that Composer is installed:

Make sure that Packagist repository is not disabled.

Run Composer require to install the module:

```
php /composer.phar require akai/module-admin-theme-switcher:^1.0

```

### 2. Clone the admin-theme-switcher repository

[](#2-clone-the-admin-theme-switcher-repository)

Clone the [admin-theme-switcher](https://github.com/akai-z/admin-theme-switcher) repository using either the HTTPS or SSH protocols.

### 2.1. Copy the code

[](#21-copy-the-code)

Create a directory for the admin theme switcher module and copy the cloned repository contents to it:

```
mkdir -p /app/code/Akai/AdminThemeSwitcher
cp -R /* /app/code/Akai/AdminThemeSwitcher

```

### Update the Magento database and schema

[](#update-the-magento-database-and-schema)

If you added the module to an existing Magento installation, run the following command:

```
php /bin/magento setup:upgrade

```

### Verify the module is installed and enabled

[](#verify-the-module-is-installed-and-enabled)

Enter the following command:

```
php /bin/magento module:status

```

The following confirms you installed the module correctly, and that it's enabled:

```
example
    List of enabled modules:
    ...
    Akai_AdminThemeSwitcher
    ...

```

Tests
-----

[](#tests)

Unit tests can be found in the [Test/Unit](Test/Unit) directory.

Authors
-------

[](#authors)

- [Ammar K.](https://api.github.com/user/4558603/)

License
-------

[](#license)

[GNU General Public License version 2](LICENSE.txt)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

3281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fade51510807f20e8bcb48cc5dfcb6d379b393d65053b79524792b1f98c784b6?d=identicon)[akai-z](/maintainers/akai-z)

---

Top Contributors

[![akai-z](https://avatars.githubusercontent.com/u/4558603?v=4)](https://github.com/akai-z "akai-z (49 commits)")

---

Tags

adminadmin-dashboardadmin-paneladmin-uiadministrationadministratordashboardmagemagentomagento-2magento-extensionmagento-modulemagento2magento2-extensionmagento2-modulepanelphptheme

### Embed Badge

![Health badge](/badges/akai-magento2-module-admin-theme-switcher/health.svg)

```
[![Health](https://phpackages.com/badges/akai-magento2-module-admin-theme-switcher/health.svg)](https://phpackages.com/packages/akai-magento2-module-admin-theme-switcher)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

282806.2k](/packages/baldwin-magento2-module-url-data-integrity-checker)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1512.6k](/packages/mage-os-module-inventory-reservations-grid)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50390.4k20](/packages/dotdigital-dotdigital-magento2-extension)[smile/module-seller

Smile Retailer Suite - Seller Module

13539.8k4](/packages/smile-module-seller)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

173.7k7](/packages/loki-magento2-admin-components)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
