fix(coding-agent): correct theme schema URL path
This commit is contained in:
@@ -52,7 +52,7 @@ vim ~/.pi/agent/themes/my-theme.json
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
|
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||||
"name": "my-theme",
|
"name": "my-theme",
|
||||||
"vars": {
|
"vars": {
|
||||||
"primary": "#00aaff",
|
"primary": "#00aaff",
|
||||||
@@ -122,7 +122,7 @@ vim ~/.pi/agent/themes/my-theme.json
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
|
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||||
"name": "my-theme",
|
"name": "my-theme",
|
||||||
"vars": {
|
"vars": {
|
||||||
"blue": "#0066cc",
|
"blue": "#0066cc",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
|
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||||
"name": "dark",
|
"name": "dark",
|
||||||
"vars": {
|
"vars": {
|
||||||
"cyan": "#00d7ff",
|
"cyan": "#00d7ff",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
|
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||||
"name": "light",
|
"name": "light",
|
||||||
"vars": {
|
"vars": {
|
||||||
"teal": "#5a8080",
|
"teal": "#5a8080",
|
||||||
|
|||||||
Reference in New Issue
Block a user