From e28487e051bbc0f25962543d75e5e87c7b69d933 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 8 Jan 2026 16:19:35 -0500 Subject: only support one color scheme --- services/Colours.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/Colours.qml b/services/Colours.qml index cd86c8f..d6f4812 100644 --- a/services/Colours.qml +++ b/services/Colours.qml @@ -79,7 +79,7 @@ Singleton { } FileView { - path: `${Paths.state}/scheme.json` + path: `${Paths.config}/scheme.json` watchChanges: true onFileChanged: reload() onLoaded: root.load(text(), false) -- cgit v1.2.3-freya