A deep emerald UI theme for Phlix with luminous jade accent tones.
| Token | Hex | Usage |
|---|---|---|
| Accent | #50c878 |
Primary jade green accent |
| Background | #050a07 |
Deepest background layer |
| Surface | #0a1410 |
Card and panel backgrounds |
| Surface 2 | #101e18 |
Elevated surface elements |
| Surface 3 | #192a24 |
Highest elevation surfaces |
| Text | #e8f5ec |
Primary text color |
| Text Muted | #9ab8a8 |
Secondary/muted text |
| Text Subtle | #62786e |
Tertiary/subtle text |
| Text Faint | #3a4a40 |
Disabled/placeholder text |
| Border | #1e2e28 |
Default border color |
| Border Subtle | #141e1a |
Subtle divider lines |
| Border Strong | #2d4238 |
Emphasized borders |
| Token | Value | Usage |
|---|---|---|
| Ambient | rgba(80, 200, 120, 0.12) |
Subtle green glow effects |
| Vignette | rgba(0, 0, 0, 0.55) |
Edge darkening overlay |
| Grain Opacity | 0.035 |
Film grain texture intensity |
| Token | Hex/Value | Usage |
|---|---|---|
| Accent Hover | #6ee89a |
Hover state accent |
| Accent Active | #3da85e |
Active/pressed state |
| Accent Soft | rgba(80, 200, 120, 0.15) |
Soft background fills |
| Accent Ring | rgba(80, 200, 120, 0.45) |
Focus ring color |
| Accent Text | #e8fff0 |
Text on accent backgrounds |
| Text on Accent | #050a07 |
Accent background default text |
composer require detain/phlix-plugin-jade-theme- Theme ID:
jade - Theme Name: Jade
- Extends:
midnight - Type: UI Theme
- Dark Mode: Yes
- PHP 8.3+
- Phlix 0.44.0+
Install dependencies:
composer installRun the test suite (phpunit.xml, bootstrapped by tests/bootstrap.php):
composer testRun static analysis (phpstan.neon, level 9) and coding standards (phpcs.xml, PSR-12):
composer phpstan
composer phpcstests/bootstrap.php loads dev-stubs/LifecycleInterface.php and dev-stubs/ThemeSourceInterface.php only when the real host contracts are absent, so the suite runs outside a Phlix server checkout. .github/workflows/test.yml runs the same three checks on PHP 8.3 and 8.4.
MIT License - see LICENSE file for details.