File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 27
27
"NODE_SELECTED_TITLE_COLOR" : " #FFF" ,
28
28
"NODE_TEXT_SIZE" : 14 ,
29
29
"NODE_TEXT_COLOR" : " #AAA" ,
30
+ "NODE_TEXT_HIGHLIGHT_COLOR" : " #FFF" ,
30
31
"NODE_SUBTEXT_SIZE" : 12 ,
31
32
"NODE_DEFAULT_COLOR" : " #333" ,
32
33
"NODE_DEFAULT_BGCOLOR" : " #353535" ,
Original file line number Diff line number Diff line change 28
28
"NODE_SELECTED_TITLE_COLOR" : " #000" ,
29
29
"NODE_TEXT_SIZE" : 14 ,
30
30
"NODE_TEXT_COLOR" : " #444" ,
31
+ "NODE_TEXT_HIGHLIGHT_COLOR" : " #1e293b" ,
31
32
"NODE_SUBTEXT_SIZE" : 12 ,
32
33
"NODE_DEFAULT_COLOR" : " #F7F7F7" ,
33
34
"NODE_DEFAULT_BGCOLOR" : " #F5F5F5" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const litegraphBaseSchema = z.object({
27
27
NODE_SELECTED_TITLE_COLOR : z . string ( ) ,
28
28
NODE_TEXT_SIZE : z . number ( ) ,
29
29
NODE_TEXT_COLOR : z . string ( ) ,
30
+ NODE_TEXT_HIGHLIGHT_COLOR : z . string ( ) ,
30
31
NODE_SUBTEXT_SIZE : z . number ( ) ,
31
32
NODE_DEFAULT_COLOR : z . string ( ) ,
32
33
NODE_DEFAULT_BGCOLOR : z . string ( ) ,
You can’t perform that action at this time.
0 commit comments