Skip to content

Commit

Permalink
revert: chore: deduplicate catppuccinColor enum
Browse files Browse the repository at this point in the history
This reverts commit db0f7f1.
The enum is required for the nix build.
  • Loading branch information
nekowinston committed Nov 28, 2023
1 parent 0705ec7 commit 371e4db
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 371e4db

Please sign in to comment.