t3/theme-color

Adjust the color of the new backend themes in TYPO3.

Maintainers

Package info

github.com/a-r-m-i-n/theme_color

Type:typo3-cms-extension

pkg:composer/t3/theme-color

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2026-04-29 14:17 UTC

This package is auto-updated.

Last update: 2026-04-29 14:27:31 UTC


README

EXT:theme_color (t3/theme-color) is a small TYPO3 extension for changing the backend theme color. You can set one global color for all users and optionally allow users to choose their own color.

Theme Color extension icon

It is a lightweight solution for making the TYPO3 backend better match your brand or personal preference.

Features

  • set a global backend theme color in the extension configuration
  • optionally allow backend users to define their own personal theme color
  • user-specific colors override the global color when enabled
  • supports TYPO3 backend themes fresh, classic, and modern
  • includes a live preview in user settings for supported themes

Screenshot of different theme colors in TYPO3 backend

Requirements

  • TYPO3 CMS 14.3 or higher
  • PHP 8.2 or higher

Installation

Option 1: Composer

composer require t3/theme-color

Option 2: TYPO3 Extension Repository (TER)

Install the extension from the TYPO3 Extension Repository using the extension key theme_color.

Configuration

Open the extension configuration in TYPO3 and check these two settings:

theme_color

The global primary color for supported backend themes.

Only the #rrggbb format is accepted and stored canonically in lowercase.

Examples:

  • #ff8700
  • #005fcc

If this field is empty, no global color is enforced.

allow_user_update

Enable this if backend users should be allowed to override the global theme color with their own personal choice.

If enabled:

  • a Theme color field is added to backend user settings
  • that user-specific value wins over the global extension setting

Theme color picker in User Settings

If disabled:

  • only the global color is used
  • users can not set an individual theme color

Links