From 92fe998fb7799b9796e5013c342c3522f0adf09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 13 Apr 2026 18:54:54 +0200 Subject: [PATCH] fix(theme): update nightowl schema path Point the theme at Pi's current schema location so editors and validators resolve the Night Owl schema correctly. --- pi-themes/nightowl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-themes/nightowl.json b/pi-themes/nightowl.json index 024ab03..a70cee0 100644 --- a/pi-themes/nightowl.json +++ b/pi-themes/nightowl.json @@ -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": "nightowl", "vars": { "cyan": "#7fdbca",