PHPackages                             moritz-sauer-13/silverstripe-cms-theme - 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. moritz-sauer-13/silverstripe-cms-theme

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

moritz-sauer-13/silverstripe-cms-theme
======================================

CMS Theme

1.0.1(6mo ago)035↓50%BSD-3-ClausePHP

Since Jan 17Pushed 6mo agoCompare

[ Source](https://github.com/moritz-sauer-13/silverstripe-cms-theme)[ Packagist](https://packagist.org/packages/moritz-sauer-13/silverstripe-cms-theme)[ RSS](/packages/moritz-sauer-13-silverstripe-cms-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Silverstripe CMS Branding
=========================

[](#silverstripe-cms-branding)

[![Latest Stable Version](https://camo.githubusercontent.com/048702b6a9dcb0828a2c4de4d71ba87bccde6afac2e32310dec2c9d2ae7304ab/68747470733a2f2f706f7365722e707567782e6f72672f6d6f7269747a2d73617565722d31332f73696c7665727374726970652d636d732d7468656d652f762f737461626c65)](https://packagist.org/packages/moritz-sauer-13/silverstripe-cms-theme)[![Total Downloads](https://camo.githubusercontent.com/5f7e0168c371c8f711362a50c70d80d238960698245467050e15d3e206d1081c/68747470733a2f2f706f7365722e707567782e6f72672f6d6f7269747a2d73617565722d31332f73696c7665727374726970652d636d732d7468656d652f646f776e6c6f616473)](https://packagist.org/packages/moritz-sauer-13/silverstripe-cms-theme)[![Monthly Downloads](https://camo.githubusercontent.com/e287675b3f7e181c7e4ce27cd4b3501b33402942a69287df3d1d6e678c2771a2/68747470733a2f2f706f7365722e707567782e6f72672f6d6f7269747a2d73617565722d31332f73696c7665727374726970652d636d732d7468656d652f642f6d6f6e74686c79)](https://packagist.org/packages/moritz-sauer-13/silverstripe-cms-theme)

Just a nice little UI change for the cms sidebar.

The theme supports an UploadField in the *Settings &gt; Settings Tab &gt; CMS Tab* for a logo to be displayed in the left-hand menu of the CMS.

Screenshot
----------

[](#screenshot)

[![Screenshot](https://github.com/Rhym/silverstripe-cms-theme/raw/master/screenshot.png)](https://github.com/Rhym/silverstripe-cms-theme/blob/master/screenshot.png)

Thanks
------

[](#thanks)

Thanks to  for some of their code for grouped menu items.

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

[](#installation)

```
composer require moritz-sauer-13/silverstripe-cms-theme
```

Configuration
-------------

[](#configuration)

You can either choose to upload a CMS logo through the Site Settings section of the CMS, or you can define it through a YML configuration like the below:

```
SilverStripe\SiteConfig\SiteConfig:
  cms_logo: 'path/to/your/image.png'
  cms_logo_width: 100 # Optional width constraint
```

You can set the theme colour of the left menu by defining it through a YML configuration like the below:

```
SilverStripe\Admin\LeftAndMain:
  cms_background: '#1d48a0'
  cms_border_color: '#173778'
  cms_color: '#fff'
  cms_hover_background: 'inherit'
  cms_hover_color: currentColor
  cms_active_background: '#173778'
  cms_active_color: currentColor
  cms_drawer_background: '#1a3e88'
  cms_drawer_color: currentColor
  cms_icon_color: currentColor
```

Grouping CMS Menus
------------------

[](#grouping-cms-menus)

You can add menu items to a list by using adding the menu code to the `menu_groups` config e.g:

```
SilverStripe\Admin\LeftAndMain:
  menu_groups:
    Misc:
      icon_class: 'fa fa-folder' # (optional) Defaults to 'fa fa-folder'
      priority: 0 # (optional) Defaults to menu item order
      items:
        - SilverStripe-CampaignAdmin-CampaignAdmin
        - Help
        - SilverStripe-Reports-ReportAdmin
```

### Overriding/Adding Icons

[](#overridingadding-icons)

The icons in this cms theme use [Font Awesome](https://fontawesome.com), to override these icons simply add the class that represents the icon you wish to display in your ModelAdmin extension. e.g:

```
private static $menu_icon_class = 'fas fa-pencil-alt';
```

Alternatively you can set this using a YML config. e.g

```
SilverStripe\CMS\Controllers\CMSPagesController:
  menu_icon_class: 'fas fa-sitemap'
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance66

Regular maintenance activity

Popularity9

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~160 days

Total

5

Last Release

206d ago

Major Versions

0.1.0 → 1.02025-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/237ff98c98e71b509c4dac62b31efaf7823cca011952ded67579a6cf763b7a47?d=identicon)[moritz-sauer-13](/maintainers/moritz-sauer-13)

---

Top Contributors

[![Rhym](https://avatars.githubusercontent.com/u/1136811?v=4)](https://github.com/Rhym "Rhym (14 commits)")[![moritz-sauer-13](https://avatars.githubusercontent.com/u/43135946?v=4)](https://github.com/moritz-sauer-13 "moritz-sauer-13 (6 commits)")[![Firesphere](https://avatars.githubusercontent.com/u/680570?v=4)](https://github.com/Firesphere "Firesphere (5 commits)")[![hchokshi](https://avatars.githubusercontent.com/u/10136407?v=4)](https://github.com/hchokshi "hchokshi (4 commits)")[![gorriecoe](https://avatars.githubusercontent.com/u/11811440?v=4)](https://github.com/gorriecoe "gorriecoe (2 commits)")[![3Dgoo](https://avatars.githubusercontent.com/u/2616373?v=4)](https://github.com/3Dgoo "3Dgoo (2 commits)")[![thats4shaw](https://avatars.githubusercontent.com/u/855269?v=4)](https://github.com/thats4shaw "thats4shaw (1 commits)")[![DorsetDigital](https://avatars.githubusercontent.com/u/15108750?v=4)](https://github.com/DorsetDigital "DorsetDigital (1 commits)")[![elliot-sawyer](https://avatars.githubusercontent.com/u/354793?v=4)](https://github.com/elliot-sawyer "elliot-sawyer (1 commits)")[![korthjp17](https://avatars.githubusercontent.com/u/3858661?v=4)](https://github.com/korthjp17 "korthjp17 (1 commits)")[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (1 commits)")[![sunnysideup](https://avatars.githubusercontent.com/u/167154?v=4)](https://github.com/sunnysideup "sunnysideup (1 commits)")

---

Tags

silverstripetheme

### Embed Badge

![Health badge](/badges/moritz-sauer-13-silverstripe-cms-theme/health.svg)

```
[![Health](https://phpackages.com/badges/moritz-sauer-13-silverstripe-cms-theme/health.svg)](https://phpackages.com/packages/moritz-sauer-13-silverstripe-cms-theme)
```

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46295.2k7](/packages/symbiote-silverstripe-advancedworkflow)

PHPackages © 2026

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