@oh-my-pi/metal-theme 0.2.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@ A metal theme for pi.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- omp install oh-my-pi/plugins/metal-theme
8
+ omp install @oh-my-pi/metal-theme
9
9
  ```
10
10
 
11
11
  ## Contents
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@oh-my-pi/metal-theme",
3
- "version": "0.2.0",
3
+ "version": "0.5.0",
4
4
  "description": "Metal theme for pi",
5
- "keywords": ["omp-plugin", "theme", "metal"],
6
- "author": "",
5
+ "keywords": [
6
+ "omp-plugin",
7
+ "theme",
8
+ "metal"
9
+ ],
10
+ "author": "Can Bölük <me@can.ac>",
7
11
  "license": "MIT",
8
12
  "repository": {
9
13
  "type": "git",
@@ -12,8 +16,13 @@
12
16
  },
13
17
  "omp": {
14
18
  "install": [
15
- { "src": "themes/metal.json", "dest": "agent/themes/metal.json" }
19
+ {
20
+ "src": "themes/metal.json",
21
+ "dest": "agent/themes/metal.json"
22
+ }
16
23
  ]
17
24
  },
18
- "files": ["themes"]
25
+ "files": [
26
+ "themes"
27
+ ]
19
28
  }
package/themes/metal.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
3
- "name": "claude",
3
+ "name": "metal",
4
4
  "vars": {
5
5
  "cyan": "#0088fa",
6
6
  "blue": "#178fb9",