PHP code example of armanoide / roundcube-catppuccin
1. Go to this page and download the library: Download armanoide/roundcube-catppuccin library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
armanoide / roundcube-catppuccin example snippets
$config['plugins'][] = 'roundcube_catppuccin';
$config['catppuccin_flavor'] = 'mocha';
$config['dont_override'][] = 'catppuccin_flavor';
$config['blankpage_url'] = 'https://your-webmail-host/static.php/plugins/roundcube_catppuccin/watermark.html';