zyn-rgb
v1.0.0
Published
RGB neon theme plugin for Zyn Agent
Maintainers
Readme
Theme RGB for Zyn Agent
What it provides
- A new
rgbtheme - High-contrast neon palette
- Theme metadata compatible with Zyn's plugin format
Files
manifest.json— Zyn plugin metadatargb-theme.json— theme definitionindex.js— plugin entrypoint
Install
From the Zyn plugin manager:
/plugins install ./path/to/zyn-theme-rgb-pluginOr publish it to npm and install it by name:
/plugins install zyn-theme-rgbTheme colors
The theme is designed around:
- bright red accent
- cyan secondary accent
- neon green success color
- dark background for terminal readability
Notes
Zyn's current theme list is still mostly built-in, so this plugin exposes the theme data in a plugin-friendly format. If your Zyn build supports dynamic theme registration, it can register automatically through registerTheme(api).
