Script Editor Themes Plugin

Update #9:

  • Correctly credited @Otterification. My apologies.
  • Fixed Solar Dark. There was apparently some conflicting naming. Thanks for pointing it out @Dev_HDWC.
  • Added Default X2 by @DaffyDavinko
2 Likes

https://www.roblox.com/library/5097986283/Gruvbox-Dark-Soft

Made Gruvbox Dark Soft theme into roblox, looks pretty nice imo.

159059387478545136

pfff, image got moderated

5 Likes

I’d call this theme “Forest”, looks kinda good to me.

Screenshot_3

3 Likes

Update #10:

2 Likes

Was changing the theme before fiddling around with the type system and was very sad to not see solarized, so here’s solarized dark:

RGB
Text 131, 148, 150
Background 0, 43, 54
Selection 0, 43, 54
Selection bg 147, 161, 161
Operators 147, 161, 161
Numbers 108, 113, 196
Strings 42, 161, 152
Comments 88, 110, 117
Keywords 133, 153, 0
Errors 220, 50, 47
Warnings 181, 137, 0
Find selection bg 181, 137, 0
Matching word bg 147, 161, 161
Builtins 38, 139, 210
Whitespace 7, 54, 66

Name: Bubblegum
Font: Consolas ; 17pt, Italic

Image from Gyazo

return {
	Properties = {
		["Name"] = "Bubblegum";
		["ImageId"] = "rbxassetid://5502699193";
	},
	Settings = {
		["Background Color"] = Color3.new(0.207843, 0.184314, 0.211765);
		["Built-in Function Color"] = Color3.new(0.121569, 0.713726, 0.968628);
		["Comment Color"] = Color3.new(0.376471, 1, 0.470588);
		["Error Color"] = Color3.new(1, 0.788235, 0.364706);
		["Find Selection Background Color"] = Color3.new(1, 0.960784, 0.313726);
		["Keyword Color"] = Color3.new(1, 0.529412, 0.756863);
		["Matching Word Background Color"] = Color3.new(0.45098, 0.392157, 0.45098);
		["Number Color"] = Color3.new(0.439216, 1, 1);
		["Operator Color"] = Color3.new(1, 1, 1);
		["Preprocessor Color"] = Color3.new(0.4, 1, 0.8);
		["Selection Background Color"] = Color3.new(0.764706, 0.764706, 0.764706);
		["Selection Color"] = Color3.new(1, 0.894118, 0.988235);
		["String Color"] = Color3.new(0.901961, 0.54902, 0.945098);
		["Text Color"] = Color3.new(0.686275, 0.631373, 1);
		["Warning Color"] = Color3.new(1, 0.317647, 0.0901961);
	}
}
3 Likes

This is probably my most favorite theme out of all of them.

2 Likes

I have open sourced this, because why not? If you’d like to contribute, feel free.

Do note, as I have stated in the README,

this code is by no means optimized as well as it could be and I do not enourage use of these scripts verbatim. However, it does get the job done.


image
image

Ever since i learned how to do this I decided to make it look like BrickPlanets script editor cause tbh it kinda looks good

2 Likes

Oh also the font is arial
image

2 Likes

Error:

That is roblox not this plugin, all the features still work.

1 Like

Updated plugin to accommodate Roblox Studio updates.

Thanks to @DevOfLua for pointing it out.

2 Likes

When I installed this plugin, I just assumed uninstalling it would remove the colors. If there is a way to remove it, it isn’t straight forward or simple.

1 Like

You can go into Roblox Studio settings and select one of the presets there. Default is one of the options.

Image Tutorial

RobloxStudioBeta_sAnaTFuBPZ

That helps! Thanks. that also just showed me how to change the theme lol Ill be using the theme plugin more now!

I wouldn’t mind making a ‘save state’ button that allows you to save the editor as it is so you can load it if you don’t like the theme you pick. Just let me know if it’d be useful for you.

The plugin doesn’t work. Can you fix it? Thanks.

Please send us the setup for that theme, I would love to use that and I’m sure many others would like to aswell.

1 Like

@UfoVR1337: You may have to give the plugin permissions to insert scripts. I updated the plugin with a version that is definitely working. If problems still persist, let me know!

@Hightechbadger: Visual Studio Code is an option in the plugin!

1 Like