From 371e4db14da2f06d7fda8da9b6929c75a136b0b6 Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 28 Nov 2023 01:16:15 +0100 Subject: [PATCH] revert: chore: deduplicate catppuccinColor enum This reverts commit db0f7f12ca09dbb1c5af9926dc858046d6fede4d. The enum is required for the nix build. --- package.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 464e9e37..5b850e30 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,22 @@ "type": "string", "default": "mauve", "description": "Controls which accent color to use.", - "$ref": "https://cdn.jsdelivr.net/gh/catppuccin/vscode@main/schemas/customUIColors.schema.json#/$defs/catppuccinColor" + "enum": [ + "rosewater", + "flamingo", + "pink", + "mauve", + "red", + "maroon", + "peach", + "yellow", + "green", + "teal", + "sky", + "sapphire", + "blue", + "lavender" + ] }, "catppuccin.workbenchMode": { "type": "string",