Skip to content

Commit 30b60fd

Browse files
dsmmckenDon McKenzie
andauthored
fix: marketplace.json listing cleanup, themepack missing relevant landing page, pointed to old matplotlib repo (#1370)
noticed themepack didn't really have a landing page, and matplotlib (despite never being published from here?) pointed to non-mono repo. Co-authored-by: Don McKenzie <donmckenzie@illumon.com>
1 parent 2b3a9b3 commit 30b60fd

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

marketplace/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"name": "Matplotlib",
3636
"description": "Display Matplotlib and Seaborn figures in Deephaven, with support for live updates from ticking tables.",
3737
"author": "Deephaven",
38-
"repo": "https://github.com/deephaven/deephaven-plugin-matplotlib",
38+
"repo": "https://github.com/deephaven/deephaven-plugins/tree/main/plugins/matplotlib",
3939
"image": "/marketplace/images/matplotlib.png",
4040
"registry": {
4141
"kind": "pypi",

plugins/theme-pack/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Deephaven Theme Pack
2+
3+
A pack of additional UI themes for customizing the look of the Deephaven web IDE. Once installed, the bundled themes appear in the theme selector in the top right corner of the app and in the Deephaven **Settings** menu.
4+
5+
## Included themes
6+
7+
| Theme | Base |
8+
| ------------------- | ----- |
9+
| Dracula | dark |
10+
| FT Theme | light |
11+
| IntelliJ Dark | dark |
12+
| IntelliJ Light | light |
13+
| Kimbie Dark | dark |
14+
| Night Owl | dark |
15+
| Red | dark |
16+
| Solarized Dark | dark |
17+
| Solarized Light | light |
18+
| SynthWave '84 | dark |
19+
| Tomorrow Night Blue | dark |
20+
21+
## Prerequisites
22+
23+
Requires Deephaven Core version 0.37.0 or higher.
24+
25+
## Installation
26+
27+
Install the plugin from PyPI into the environment running your Deephaven server:
28+
29+
```sh
30+
pip install deephaven-plugin-theme-pack
31+
```
32+
33+
Restart the server, then pick a theme from the theme selector in the top right corner of the app or from the Deephaven **Settings** menu.
34+
35+
To build and install from source instead, refer to the main [README](../../README.md) for instructions on building plugins.
36+
37+
## Creating your own theme
38+
39+
The theme pack also serves as a starting point for authoring your own themes. The JavaScript [README](./src/js/README.md) walks through creating a custom theme from a color palette, and a [CLAUDE.md](./src/js/CLAUDE.md) guide is included to help generate new themes from a supplied palette or an existing VS Code theme using an agentic CLI.
40+
41+
## Contributing
42+
43+
Found a bug? Open an issue or pull request on the [deephaven-plugins](https://github.com/deephaven/deephaven-plugins) repository, or join the [Deephaven Community Slack](https://deephaven.io/slack).

0 commit comments

Comments
 (0)