Is there a simple way to add two more colors to the list of context menu?
You can edit the number and RGB value of colors in the “cableColors” section of the settings.json file, e.g.
"cableColors": [
"#e6e6e6",
"#ca1646",
"#d07711",
"#d01183",
"#d5c10b",
"#d50bd5",
"#8db30f",
"#7d10c1",
"#109319",
"#1359ae",
"#0fb382",
"#1098c1",
"#0bced5"
],
will result in
4 Likes
1 Like