@sherif-fanous/pi-atom-one 0.2.0 → 0.3.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/CHANGELOG.md CHANGED
@@ -8,7 +8,7 @@ This changelog follows [Common Changelog](https://common-changelog.org/).
8
8
 
9
9
  - Redesign both themes using the original Atom One syntax CSS files as the single source of truth
10
10
 
11
- ## [0.1.0] - 2025-03-20
11
+ ## [0.1.0] - 2026-03-20
12
12
 
13
13
  _Initial release._
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sherif-fanous/pi-atom-one",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Atom One themes for the Pi Coding Agent",
5
5
  "keywords": [
6
6
  "pi",
@@ -25,9 +25,6 @@
25
25
  "LICENSE",
26
26
  "README.md"
27
27
  ],
28
- "peerDependencies": {
29
- "@mariozechner/pi-coding-agent": "*"
30
- },
31
28
  "pi": {
32
29
  "themes": [
33
30
  "./themes"
@@ -73,8 +73,8 @@
73
73
  "bashMode": "orange"
74
74
  },
75
75
  "export": {
76
- "pageBg": "#272b33",
77
- "cardBg": "#393f4a",
78
- "infoBg": "#3e4450"
76
+ "pageBg": "bg",
77
+ "cardBg": "surface",
78
+ "infoBg": "surface_hl"
79
79
  }
80
80
  }
@@ -73,8 +73,8 @@
73
73
  "bashMode": "orange"
74
74
  },
75
75
  "export": {
76
- "pageBg": "#e5e5e5",
77
- "cardBg": "#f9f9f9",
78
- "infoBg": "#e5e5e5"
76
+ "pageBg": "surface",
77
+ "cardBg": "bg",
78
+ "infoBg": "surface_hl"
79
79
  }
80
80
  }