An open API service indexing awesome lists of open source software.

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.

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`.