https://github.com/harborclient/plugin-solarized
A Solarized theme for HarborClient.
https://github.com/harborclient/plugin-solarized
harborclient plugin
Last synced: 9 days ago
JSON representation
A Solarized theme for HarborClient.
- Host: GitHub
- URL: https://github.com/harborclient/plugin-solarized
- Owner: harborclient
- Created: 2026-06-24T19:18:28.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2026-06-25T02:42:17.000Z (12 days ago)
- Last Synced: 2026-06-25T04:17:21.740Z (11 days ago)
- Topics: harborclient, plugin
- Language: TypeScript
- Homepage: http://harborclient.com/
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solarized Theme
Adds **Solarized Dark** to Settings → General → Appearance.
## Permissions
- `ui` — theme registration
## Usage
Enable the plugin, then choose **Solarized Dark** from the Appearance dropdown.
## Development
1. Run `pnpm install`
2. Run `pnpm build` (or `pnpm dev` for watch mode)
3. In HarborClient, open **Settings → Plugins → Load unpacked…** and select this project folder
4. Enable the plugin and select **Solarized Dark** under **Settings → General → Appearance**
## Packaging
```bash
pnpm pack
```
This builds the renderer bundle and creates `../my-plugin.hcp` with `manifest.json`, `README.md`, `assets`, and `dist`.