allow custom bypass color (#993)

* allow custom bypass color

* shove the not-litegraph-color-def into litegraph

* prettier just does this to be funny i swear
This commit is contained in:
Alex "mcmonkey" Goodwin
2024-10-02 07:49:59 -07:00
committed by GitHub
parent 31b1aeeb69
commit a7a0035b0e
3 changed files with 15 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ const litegraphBaseSchema = z
NODE_DEFAULT_BOXCOLOR: z.string(),
NODE_DEFAULT_SHAPE: z.string(),
NODE_BOX_OUTLINE_COLOR: z.string(),
NODE_BYPASS_BGCOLOR: z.string(),
DEFAULT_SHADOW_COLOR: z.string(),
DEFAULT_GROUP_FONT: z.number(),
WIDGET_BGCOLOR: z.string(),