armanoide/roundcube-catppuccin
最新稳定版本:1.0.0
Composer 安装命令:
composer require armanoide/roundcube-catppuccin
包简介
Catppuccin flavors (Mocha, Macchiato, Frappe, Latte) for Roundcube Elastic skin
README 文档
README

Catppuccin for Roundcube
Soothing pastel Catppuccin flavours for Roundcube's Elastic skin <3
⭐️ GitHub
· 📖 Roundcube
Previews
🧠 Installation
Composer (recommended)
cd /path/to/roundcube
composer require armanoide/roundcube-catppuccin
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
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
Once installed and enabled, users can pick their flavour directly from the UI:
Settings > General > Catppuccin Theme
The selection is persisted to the database and synced to a cookie so the login page reflects it before authentication.
⚙️ Configuration
Global default flavour (optional)
Set a default flavour for all users in config/config.inc.php:
$config['catppuccin_flavor'] = 'mocha';
Lock the setting (optional)
Prevent users from changing their flavour:
$config['dont_override'][] = 'catppuccin_flavor';
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
- Roundcube 1.6+
- PHP 8.0+
- Elastic skin (default in Roundcube)
💝 Thanks To
- Catppuccin Org — for the beautiful palettes
Copyright © 2021-present Catppuccin Org
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-07





