konradmichalik/typo3-backend-themes

TYPO3 extension to configure and select custom backend color themes with primary/secondary colors, dark mode support and live preview.

Maintainers

Package info

github.com/konradmichalik/typo3-backend-themes

Type:typo3-cms-extension

pkg:composer/konradmichalik/typo3-backend-themes

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-04-28 09:59 UTC

This package is auto-updated.

Last update: 2026-04-28 10:02:52 UTC


README

Extension icon

TYPO3 extension typo3_backend_themes

Latest Stable Version Supported TYPO3 versions Supported PHP Versions Stability CGL Tests License

TYPO3 extension to create custom backend color themes. Define primary and secondary colors, configure dark mode overrides, and let backend users choose their preferred theme.

Note

Use this extension to subtly establish your project or client branding in the TYPO3 backend. For example, apply corporate colors to the sidebar, header and icons so editors immediately recognize which installation they are working in.

screencast.gif!

✨ Features

  • Custom color themes as database records with live preview
  • Dark mode support with optional overrides
  • User Settings integration alongside TYPO3 default themes
  • Admin-defined default theme recommendation

Warning

This is an experimental extension. TYPO3 v14 introduced the Fresh theme and the backend theming approach based on CSS custom properties and design tokens is expected to evolve further in upcoming TYPO3 core releases. This extension builds on top of that system and serves as an example of how adaptable the TYPO3 backend already is. It may require adjustments as the core API matures.

🔥 Installation

Requirements

TYPO3 PHP
14.0+ 8.2 - 8.5

Composer

Packagist Packagist Downloads

composer require konradmichalik/typo3-backend-themes

TER

TER version TER downloads

Download the zip file from TYPO3 extension repository (TER).

Demo Themes

The extension ships with three demo themes. To import them, run the extension setup after installation:

vendor/bin/typo3 extension:setup
  • Corporate Blue — simple, primary color only
  • Nature Green — simple, primary color only
  • Warm Sunset — with header, sidebar and dark mode overrides

Tip

The demo themes are meant as a starting point. Feel free to adjust them to your needs or delete them entirely.

🎨 Configuration

Creating Themes

  1. Open the List module at root level (pid=0)
  2. Create a new Backend Theme record
  3. Set a title and choose a primary color
  4. Save — the live preview shows light and dark mode side by side

Theme record with live preview

Tip

Check Default Theme to mark it as the admin-recommended theme. It will appear at the top of the user dropdown with "(Default)" suffix.

Extension Settings

Under Admin Tools → Settings → Extension Configuration → typo3_backend_themes:

Setting Description
Hide default TYPO3 themes Removes Fresh, Modern and Classic from the theme dropdown. Only custom themes remain selectable.

User Settings

Users select their theme under User Settings → Appearance → Theme:

Theme dropdown in User Settings

Standard TYPO3 themes continue to work as before, unless the extension setting "Hide default TYPO3 themes" is enabled. Custom themes apply color overrides via CSS custom properties.

Important

After changing a theme in User Settings or editing theme colors, a full page reload is required. The extension shows a FlashMessage reminder.

🧑‍💻 Contributing

Please have a look at CONTRIBUTING.md.

⭐ License

This project is licensed under GNU General Public License 2.0 (or later).