Changing The Script Editor Background In A Script

Hello,

I am looking to create a plugin which involves themes for the script editor. I have seen plugins which do something similar, and was wondering ho wyou can do it.

I am just wondering how I can change the background of the code editor in a plugin script.

Thank you!

Let me know if you have any ideas. I am still struggling with this.

You can do

settings().Studio.BackgroundColor = Color3.new(0, 0, 0)
2 Likes