https://github.com/artcodestudio/roundcube-theme-mabola-dark
Theme for Roundcube Webmail
https://github.com/artcodestudio/roundcube-theme-mabola-dark
Last synced: 11 months ago
JSON representation
Theme for Roundcube Webmail
- Host: GitHub
- URL: https://github.com/artcodestudio/roundcube-theme-mabola-dark
- Owner: ArtCodeStudio
- License: gpl-3.0
- Created: 2017-05-04T18:59:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T19:49:52.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T09:14:38.155Z (about 1 year ago)
- Language: CSS
- Size: 190 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mabola: Dark Theme for Roundcube Webmail
==================================

This theme is based on and refers to https://github.com/EstudioNexos/mabola
# Install
```bash
# go to roundcube webmail skins path
cd /usr/local/lib/roundcubemail/skins
# Clone mabola this theme is based on
git clone https://github.com/EstudioNexos/mabola.git
# Clone this theme
git clone https://github.com/JumpLinkNetwork/roundcube-theme-mabola-dark.git mabola-dark
# Go to plugin folder
cd ../plugins/
# Install threecol plugin
git clone https://github.com/EstudioNexos/threecol.git
# Create link for this theme
cd threecol/skins
ln -s mabola mabola-dark
# activate threecol plugin
cd ../../..
vim config/config.inc.php
# Add add this plugin to `$config['plugins'] = array('threecol', ...;`
# and append `$config['previewpane_layout'] = 'right';` to the end of the config file
# Optional make this theme to the default theme with `$config['skin'] = 'mabola-dark';`
```
# See also
* https://github.com/EstudioNexos/mabola
* https://github.com/EstudioNexos/threecol