PHPackages                             armanoide/roundcube-catppuccin - 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. armanoide/roundcube-catppuccin

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

armanoide/roundcube-catppuccin
==============================

Catppuccin flavors (Mocha, Macchiato, Frappe, Latte) for Roundcube Elastic skin

1.0.0(1mo ago)038MITCSS

Since Jun 12Pushed 1mo agoCompare

[ Source](https://github.com/Armanoide/roundcube_catppuccin)[ Packagist](https://packagist.org/packages/armanoide/roundcube-catppuccin)[ RSS](/packages/armanoide-roundcube-catppuccin/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

###  [![Logo](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png)](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png)
 [![](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png)](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png) Catppuccin for [Roundcube](https://roundcube.net) [![](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png)](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png)

[](#------------catppuccin-for-roundcube----)

 [ ![](https://camo.githubusercontent.com/a41468406834d6eee4501494b4c8f210692242a82f1b88f16f207619315cee4e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f41726d616e6f6964652f726f756e64637562655f6361747070756363696e3f636f6c6f72413d33363361346626636f6c6f72423d623762646638267374796c653d666f722d7468652d6261646765) ](https://github.com/Armanoide/roundcube_catppuccin/stargazers) [ ![](https://camo.githubusercontent.com/9356a8706e081a403e6770d209cc8ed7a96ab2727f79ff4923b57c04abdb614f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f41726d616e6f6964652f726f756e64637562655f6361747070756363696e3f636f6c6f72413d33363361346626636f6c6f72423d663561393766267374796c653d666f722d7468652d6261646765) ](https://github.com/Armanoide/roundcube_catppuccin/issues) [ ![](https://camo.githubusercontent.com/028c718ca6ecdc29ed47fa0c420b934046a616c8cccf1bf342eadac9f7da5c9d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f41726d616e6f6964652f726f756e64637562655f6361747070756363696e3f636f6c6f72413d33363361346626636f6c6f72423d613664613935267374796c653d666f722d7468652d6261646765) ](https://github.com/Armanoide/roundcube_catppuccin/forks)

 [![](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png)](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/palette/macchiato.png)

 Soothing pastel Catppuccin flavours for Roundcube's Elastic skin &lt;3
 ⭐️ [GitHub](https://github.com/Armanoide/roundcube_catppuccin) · 📖 [Roundcube](https://roundcube.net)

Previews
--------

[](#previews)

🌻 Latte[![](assets/previews/latte.png)](assets/previews/latte.png)🪴 Frappé[![](assets/previews/frappe.png)](assets/previews/frappe.png)🌺 Macchiato[![](assets/previews/macchiato.png)](assets/previews/macchiato.png)🌿 Mocha[![](assets/previews/mocha.png)](assets/previews/mocha.png)🧠 Installation
--------------

[](#-installation)

### Composer (recommended)

[](#composer-recommended)

```
cd /path/to/roundcube
composer require armanoide/roundcube-catppuccin
```

### Manual

[](#manual)

```
git clone https://github.com/Armanoide/roundcube_catppuccin.git \
    /path/to/roundcube/plugins/roundcube_catppuccin
```

Then enable it in `config/config.inc.php`:

```
$config['plugins'][] = 'roundcube_catppuccin';
```

### Docker

[](#docker)

```
services:
  roundcubemail:
    image: roundcube/roundcubemail:latest
    environment:
      - ROUNDCUBEMAIL_SKIN=elastic
      - ROUNDCUBEMAIL_PLUGINS=archive,zipdownload,roundcube_catppuccin
    volumes:
      - ./www/config:/var/www/html/config
      - ./www/plugins:/var/www/html/plugins
```

🍱 Usage
-------

[](#-usage)

Once installed and enabled, users can pick their flavour directly from the UI:

**Settings &gt; General &gt; Catppuccin Theme**

The selection is persisted to the database and synced to a cookie so the login page reflects it before authentication.

[![](assets/previews/preference_user.png)](assets/previews/preference_user.png)

⚙️ Configuration
----------------

[](#️-configuration)

### Global default flavour (optional)

[](#global-default-flavour-optional)

Set a default flavour for all users in `config/config.inc.php`:

```
$config['catppuccin_flavor'] = 'mocha';
```

### Lock the setting (optional)

[](#lock-the-setting-optional)

Prevent users from changing their flavour:

```
$config['dont_override'][] = 'catppuccin_flavor';
```

### Watermark page (optional)

[](#watermark-page-optional)

Display a themed blank page (e.g. for login portal or branding):

```
$config['blankpage_url'] = 'https://your-webmail-host/static.php/plugins/roundcube_catppuccin/watermark.html';
```

The watermark respects the user's selected flavour via cookie, so the background colour matches automatically.

📋 Requirements
--------------

[](#-requirements)

- **Roundcube** 1.6+
- **PHP** 8.0+
- **Elastic skin** (default in Roundcube)

💝 Thanks To
-----------

[](#-thanks-to)

- **[Catppuccin Org](https://github.com/catppuccin)** — for the beautiful palettes

[![](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true)](https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true)

Copyright © 2021-present [Catppuccin Org](https://github.com/catppuccin)

[![](https://camo.githubusercontent.com/135a01a9b909e4a2b4c219cd9fea46e86275c93fea21632d156021fcf20fb448/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76312e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365266d6573736167653d4d4954266c6f676f436f6c6f723d64396530656526636f6c6f72413d33363361346626636f6c6f72423d623762646638)](https://github.com/catppuccin/catppuccin/blob/main/LICENSE)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance91

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

43d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2022528?v=4)[Billa Norbert](/maintainers/armanoide)[@Armanoide](https://github.com/Armanoide)

---

Top Contributors

[![Armanoide](https://avatars.githubusercontent.com/u/2022528?v=4)](https://github.com/Armanoide "Armanoide (34 commits)")

---

Tags

roundcubethemeskindark-modecatppuccin

### Embed Badge

![Health badge](/badges/armanoide-roundcube-catppuccin/health.svg)

```
[![Health](https://phpackages.com/badges/armanoide-roundcube-catppuccin/health.svg)](https://phpackages.com/packages/armanoide-roundcube-catppuccin)
```

###  Alternatives

[roundcube/roundcubemail

The Roundcube Webmail suite

7.1k2.4k3](/packages/roundcube-roundcubemail)[appsero/client

Appsero Client

25527.6k11](/packages/appsero-client)[toteph42/identity_switch

This plugin allows users to switch between different identities (and check for new mails) in a single Roundcube session.

221.5k](/packages/toteph42-identity-switch)[seb1k/elastic2022

Modern skin based on elastic

531.8k](/packages/seb1k-elastic2022)

PHPackages © 2026

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