Add Eternity-larry-wasteland dark theme
This commit is contained in:
@@ -84,6 +84,16 @@ $config['skin'] = 'eternity-classic';
|
||||
|
||||
Both variants use their own Eternity Project logo and browser icon. They are intended for Roundcube 1.6 installations where the matching legacy base skin is available.
|
||||
|
||||
### Eternity Larry Wasteland
|
||||
|
||||
`eternity-larry-wasteland` is the dark Larry variant using the Wasteland palette from `docker-ep-blog-web-server/themes`: charcoal surfaces, parchment text, olive selected states, rust-orange accents, and the technical-grid background.
|
||||
|
||||
It requires the Larry base skin, installed as described above, then activates with:
|
||||
|
||||
```php
|
||||
$config['skin'] = 'eternity-larry-wasteland';
|
||||
```
|
||||
|
||||
## Docker Install
|
||||
|
||||
### Docker Compose (persistent)
|
||||
@@ -194,6 +204,13 @@ eternity-larry/
|
||||
images/ Eternity Project logo and browser icon
|
||||
meta.json Larry child-skin registration
|
||||
styles.css Larry import and Eternity legacy UI overrides
|
||||
eternity-larry-wasteland/
|
||||
images/ Wasteland logo, browser icon, and preview watermark
|
||||
includes/links.html Larry shared asset links and browser icon
|
||||
mail.css Larry mail stylesheet import
|
||||
meta.json Larry Wasteland child-skin registration
|
||||
styles.css Wasteland palette and Larry UI overrides
|
||||
watermark.html Dark Wasteland preview background
|
||||
eternity-classic/
|
||||
images/ Eternity Project logo and browser icon
|
||||
common.css Classic common UI import and Eternity overrides
|
||||
|
||||
Reference in New Issue
Block a user