PHPackages                             deichrakete/kirby-color-schemes - 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. deichrakete/kirby-color-schemes

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

deichrakete/kirby-color-schemes
===============================

Kirby plugin for color schemes

3.0.0(1y ago)010MITPHPCI failing

Since Sep 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/deichrakete/kirby-color-schemes)[ Packagist](https://packagist.org/packages/deichrakete/kirby-color-schemes)[ Docs](https://github.com/deichrakete/kirby-color-schemes)[ RSS](/packages/deichrakete-kirby-color-schemes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Kirby Color Schemes Plugin
==========================

[](#kirby-color-schemes-plugin)

This plugin allows you to easily customize the color schemes of your Kirby website.

**The Kirby Color Schemes plugin is currently in early stages and is a work in progress.**

Summary
-------

[](#summary)

The Kirby Color Schemes plugin provides a simple way to define and apply custom color schemes to your Kirby website. It allows you to define color variables in a configuration file and apply them to your site's CSS.

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

[](#installation)

1. Download the plugin files and place them in the `site/plugins/color-schemes` directory of your Kirby installation.
2. In your Kirby configuration file (`site/config/config.php`), add the following line to enable the plugin:

```
'deichrakete.color-schemes' => [
    'class' => '[&_.button:hover]:no-underline', // add classes to all schemes
    'schemes' => [
        [ // Overwrites the default color scheme
            'name' => 'default', // also the css class
            'label' => 'Default',
            'colors' => [
                'background' => '#ffffff',
                'text' => '#000000',
                'primary' => '#00ffff', // buttons, links, ...
        ],
            'classes' => 'bg-white text-black' // Custom classes e.g. Tailwindcss
        ],
        [
            'name' => 'pastel1',
            'label' => 'Pastel 1',
            'colors' => [
                'background' => '#f2e8d9',
                'text' => '#5c5c5c',
                'primary' => '#b3cdd1',
            ],
        ],
        [
            'name' => 'pastel2',
            'label' => 'Pastel 2',
            'colors' => [
                'background' => '#e8f2d9',
                'text' => '#5c5c5c',
                'primary' => '#d1cbb3',
            ],
        ],
        [
            'name' => 'pastel3',
            'label' => 'Pastel 3',
            'colors' => [
                'background' => '#d9e8f2',
                'text' => '#5c5c5c',
                'primary' => '#b3d1cd',
            ],
        ],
        [
            'name' => 'dark1',
            'label' => 'Dark 1',
            'colors' => [
                'background' => '#1a1a1a',
                'text' => '#ffffff',
                'primary' => '#4d4d4d',
            ],
        ],
    ]
]
```

3. Add a new field to your layout settings blueprint

```
fields:
    layout:
        type: layout
        layouts:
            - '1/1'
            - '1/2, 1/2'
            - '1/3, 1/3, 1/3'
        fieldsets:
            - heading
            - text
            - accordion
        settings:
            fields:
                scheme:
                    label: Color Scheme
                    type: colorscheme
                    default: default
```

4. Add the `scheme` field to your layout css classes or read the settings from the config.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

543d ago

Major Versions

2.0.0 → 3.0.02024-11-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/57adc97a9450c99bb6c9ffe0a2fe0ff975b8182f2caa42d8301a90c856cb0c14?d=identicon)[deichrakete](/maintainers/deichrakete)

---

Top Contributors

[![dorb4n](https://avatars.githubusercontent.com/u/6552639?v=4)](https://github.com/dorb4n "dorb4n (9 commits)")

---

Tags

pluginkirbycolor-schemes

### Embed Badge

![Health badge](/badges/deichrakete-kirby-color-schemes/health.svg)

```
[![Health](https://phpackages.com/badges/deichrakete-kirby-color-schemes/health.svg)](https://phpackages.com/packages/deichrakete-kirby-color-schemes)
```

###  Alternatives

[oblik/kirby-link-field

Kirby 4 field for all types of links.

7650.6k2](/packages/oblik-kirby-link-field)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)[getkirby/geo

Kirby Geo

223.5k](/packages/getkirby-geo)[genxbe/kirby-ray

Helper tool that enables ray on all the extendable methods.

232.2k](/packages/genxbe-kirby-ray)[moritzebeling/kirby-favicon

Kirby plugin to meet all favicon needs

144.8k](/packages/moritzebeling-kirby-favicon)[tobimori/kirby-tailwind-merge

Tailwind Merge for Kirby CMS

276.3k](/packages/tobimori-kirby-tailwind-merge)

PHPackages © 2026

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