PHPackages                             jalendport/craft-sidebarthemes - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jalendport/craft-sidebarthemes

AbandonedArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

jalendport/craft-sidebarthemes
==============================

Customise the look of the CP sidebar

1.1.0(6y ago)73.0k1MITPHP

Since Apr 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jalendport/craft-sidebarthemes)[ Packagist](https://packagist.org/packages/jalendport/craft-sidebarthemes)[ RSS](/packages/jalendport-craft-sidebarthemes/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (1)Versions (9)Used By (0)

> **Warning**
> This plugin has been abandoned.

---

[![icon](src/icon.svg)](src/icon.svg)

[![](https://camo.githubusercontent.com/7f2f144e14be4cd2f72498687dd96be9839e2ceb64e4052db99f005cef849820/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a616c656e64706f72742f63726166742d736964656261727468656d65732e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/7f2f144e14be4cd2f72498687dd96be9839e2ceb64e4052db99f005cef849820/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a616c656e64706f72742f63726166742d736964656261727468656d65732e7376673f7374796c653d666c6174)[![](https://camo.githubusercontent.com/345bcff7eea3e00fb47d1df4764cabb5f3adcaccfa0e9b6ea7416ddd64ff8097/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616c656e64706f72742f63726166742d736964656261727468656d65732e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/345bcff7eea3e00fb47d1df4764cabb5f3adcaccfa0e9b6ea7416ddd64ff8097/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616c656e64706f72742f63726166742d736964656261727468656d65732e7376673f7374796c653d666c6174)

Sidebar Themes plugin for Craft CMS 3
=====================================

[](#sidebar-themes-plugin-for-craft-cms-3)

Customise the look of the CP sidebar

Support Open Source
-------------------

[](#support-open-source)

This plugin is licensed under an MIT license, which means that it's completely free open source software, and you can use it for whatever and however you wish. If you find this plugin useful, please consider supporting my work by buying me a beer 🍻😊

[![Beerpay](https://camo.githubusercontent.com/3ca9758717f0b4b291504b8193f28a4fe92bfcb76d1aeceeca3f645637842c29/68747470733a2f2f626565727061792e696f2f6a616c656e64706f72742f63726166742d736964656261727468656d65732f62616467652e7376673f7374796c653d626565722d737175617265)](https://beerpay.io/lukeyouell/craft-sidebarthemes)

[![screenshot](resources/img/screenshot-1.0.5.png)](resources/img/screenshot-1.0.5.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0 or later.

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

[](#installation)

To install the plugin, either install via the plugin store or follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require jalendport/craft-sidebarthemes

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Sidebar Themes.

Using Sidebar Themes
--------------------

[](#using-sidebar-themes)

To switch themes simply go to the plugin settings page.

Overriding Plugin Settings
--------------------------

[](#overriding-plugin-settings)

If you create a config file in your `config` folder called `sidebar-themes.php`, you can override the plugin’s settings in the Control Panel. Since that config file is fully multi-environment aware, this is a handy way to have different settings across multiple environments.

Here’s what that config file might look like:

```
