Script Editor Themes Plugin

Seems like my images weren’t loading for whatever reason. Though, shame on me for not using pcall.

I updated the plugin and it no longer errors. If images/usernames don’t load, there’s a preset image and name.

2 Likes

Big hiatus, lol.

Update #6:

  • Added Almost Retro by @DanzLua
  • Added Dolphin by @Vanimion
  • Hotfix to prevent annoying errors (sorry about that)

maybe the error bug was a good thing, now there is bound to be more people viewing this post and possibly contributing some more cool themes

@SimplyRekt
also with the plugin description
image

I recommend linking this topic(as it holds more info) and possibly removing the discord tag (I personally don’t mind if it’s there and nobody else really would mind either) but I think it’s technically not allowed as 13- users can view plugins

1 Like

I’m all for it.

We’ve gotten some pretty cool ones so far.

edit:
Good point. I’ve updated the description. @Quoteory

2 Likes

Update #7:

  • Added the dark theme (saves on exit)
  • Added a ripple effect on button presses for the top bar buttons and utility buttons (out of boredom)
2 Likes

Hi I made a new Theme

name is Playful

image

Module Code
return {
	Properties = {
		["Name"] = "Playful";
		["ImageId"] = "rbxassetid://2919688393";
	},
	Settings = {
		["Background Color"] = Color3.new(0.145098, 0.145098, 0.145098);
		["Built-in Function Color"] = Color3.new(0.768628, 0.368627, 0.368627);
		["Comment Color"] = Color3.new(0.364706, 0.760784, 0.431373);
		["Error Color"] = Color3.new(0.490196, 0, 0);
		["Find Selection Background Color"] = Color3.new(0.843137, 0.764706, 0.627451);
		["Keyword Color"] = Color3.new(0.666667, 0.666667, 1);
		["Matching Word Background Color"] = Color3.new(0.843137, 0.764706, 0.627451);
		["Number Color"] = Color3.new(0.815686, 0.815686, 0.403922);
		["Operator Color"] = Color3.new(0.870588, 0.670588, 0.427451);
		["Preprocessor Color"] = Color3.new(1, 1, 1);
		["Selection Background Color"] = Color3.new(0.686275, 0.686275, 0.686275);
		["Selection Color"] = Color3.new(0.882353, 0.882353, 0.882353);
		["String Color"] = Color3.new(0.333333, 0.666667, 0.498039);
		["Text Color"] = Color3.new(0.815686, 0.815686, 0.815686);
		["Warning Color"] = Color3.new(0.490196, 0, 0);
	}
}
8 Likes

As always your themes are amazing.

4 Likes

Do you do this for a living? :rofl:

3 Likes

Another one

Name is Mellow

The idea behind this theme is just to be mellow and easy on the eyes, nothing that pops out just nice faded colors

Colors
return {
	Properties = {
		["Name"] = "Mellow";
		["ImageId"] = "rbxassetid://2919688393";
	},
	Settings = {
		["Background Color"] = Color3.new(0.180392, 0.180392, 0.180392);
		["Built-in Function Color"] = Color3.new(0.682353, 0.619608, 0.580392);
		["Comment Color"] = Color3.new(0.27451, 0.486275, 0.239216);
		["Error Color"] = Color3.new(0.490196, 0, 0);
		["Find Selection Background Color"] = Color3.new(0.843137, 0.764706, 0.627451);
		["Keyword Color"] = Color3.new(0.580392, 0.654902, 0.682353);
		["Matching Word Background Color"] = Color3.new(0.843137, 0.764706, 0.627451);
		["Number Color"] = Color3.new(0.815686, 0.827451, 0.713726);
		["Operator Color"] = Color3.new(0.490196, 0.47451, 0.690196);
		["Preprocessor Color"] = Color3.new(1, 1, 1);
		["Selection Background Color"] = Color3.new(0.686275, 0.686275, 0.686275);
		["Selection Color"] = Color3.new(0.882353, 0.882353, 0.882353);
		["String Color"] = Color3.new(0.333333, 0.666667, 0.498039);
		["Text Color"] = Color3.new(0.811765, 0.811765, 0.835294);
		["Warning Color"] = Color3.new(0.490196, 0, 0);
	}
}

@superhudhayfa I would if I could

4 Likes

This is my theme I call this “Ocean Wave”(I don’t script, I just referenced from preview images)

image
image

1 Like

Here is my theme, which I’d call, “Easy On The Eyes”, as it is… easy on the eyes!

Script
Settings

Code
return {
	Properties = {
		["Name"] = "Easy On The Eyes";
		["ImageId"] = "rbxassetid://UNKNOWNID";
	},
	Settings = {
		["Background Color"] = Color3.new(0.184314, 0.184314, 0.184314);
		["Built-in Function Color"] = Color3.new(0.117647, 0.470588, 1);
		["Comment Color"] = Color3.new(0.576471, 0.576471, 0.576471);
		["Error Color"] = Color3.new(0.576471, 0, 0);
		["Find Selection Background Color"] = Color3.new(0.368627, 0.486275, 0.498039);
		["Keyword Color"] = Color3.new(0.266667, 0.494118, 0.705882);
		["Matching Word Background Color"] = Color3.new(0.47451, 0.47451, 0.47451);
		["Number Color"] = Color3.new(0.231373, 0.780392, 0);
		["Operator Color"] = Color3.new(0.345098, 0.627451, 0.705882);
		["Preprocessor Color"] = Color3.new(0.85098, 0.85098, 0.85098);
		["Selection Background Color"] = Color3.new(0.372549, 0.372549, 0.372549);
		["Selection Color"] = Color3.new(0.133333, 0.0745098, 0.0745098);
		["String Color"] = Color3.new(0.796079, 0.796079, 0.796079);
		["Text Color"] = Color3.new(0.901961, 0.901961, 0.901961);
		["Warning Color"] = Color3.new(0.74902, 0.603922, 0.231373);
	}
}
4 Likes

A bit late but here it is.

Solar dark
RobloxStudioBeta_8ECrOo81xh

return {
	Properties = {
		["Name"] = "Sonar Dark";
		["ImageId"] = "rbxassetid://4932980095";
	},
	Settings = {
		["Background Color"] = Color3.new(0.12549, 0.152941, 0.188235);
		["Built-in Function Color"] = Color3.new(0, 0.67451, 0.756863);
		["Comment Color"] = Color3.new(0.282353, 0.282353, 0.282353);
		["Error Color"] = Color3.new(0.898039, 0.223529, 0.207843);
		["Find Selection Background Color"] = Color3.new(0.247059, 0.247059, 0.247059);
		["Keyword Color"] = Color3.new(0, 0.67451, 0.756863);
		["Matching Word Background Color"] = Color3.new(0.247059, 0.247059, 0.247059);
		["Number Color"] = Color3.new(0.431373, 0.870588, 0.647059);
		["Operator Color"] = Color3.new(0.8, 0.8, 0.8);
		["Preprocessor Color"] = Color3.new(0.431373, 0.870588, 0.647059);
		["Selection Background Color"] = Color3.new(0.247059, 0.247059, 0.247059);
		["Selection Color"] = Color3.new(1, 1, 1);
		["String Color"] = Color3.new(0.431373, 0.870588, 0.647059);
		["Text Color"] = Color3.new(0.72549, 0.72549, 0.72549);
		["Warning Color"] = Color3.new(0.901961, 0.317647, 0);
	}
}
3 Likes

Another, quite late post, but here is another cool theme that I made:

Here are the colors for it:

Not really sure what you’d call this theme :thinking:… Maybe… “eco dark theme”? Something like that?

1 Like

Here is another cool theme:

Here is the module for the colors:

return {
	Properties = {
		["Name"] = "Atom";
		["ImageId"] = "rbxassetid://4995795031";
	},
	Settings = {
		["Background Color"] = Color3.fromRGB(40, 44, 52);
		["Built-in Function Color"] = Color3.fromRGB(224, 108, 117);
		["Comment Color"] = Color3.fromRGB(92, 99, 112);
		["Error Color"] = Color3.fromRGB(209, 59, 46);
		["Find Selection Background Color"] = Color3.fromRGB(89, 89, 89);
		["Keyword Color"] = Color3.fromRGB(198, 120, 221);
		["Matching Word Background Color"] = Color3.fromRGB(115, 115, 115);
		["Number Color"] = Color3.fromRGB(198, 146, 97);
		["Operator Color"] = Color3.fromRGB(171, 178, 191);
		["Preprocessor Color"] = Color3.fromRGB(255, 255, 255);
		["Selection Background Color"] = Color3.fromRGB(74, 105, 171);
		["Selection Color"] = Color3.fromRGB(146, 146, 178);
		["String Color"] = Color3.fromRGB(116, 195, 121);
		["Text Color"] = Color3.fromRGB(171, 178, 191);
		["Warning Color"] = Color3.fromRGB(255, 125, 32);
	}
}

I call this theme “Atom”.

1 Like

Wow, I love this idea! :smile: Very well executed, as well. I’d love to submit a theme called “Mesopelagic” (named after a level of the ocean). The font would be “Source Sans Pro : 13pt, Normal”.
Here’s the colour combination:

image

1 Like

Oh, wow this theme looks awsome.

2 Likes

Update #8:

  • Made the themes and credit frames ScrollingFrames
  • Added Playful and Mellow by @Quoteory
  • Added Ocean Wave by @Inspirre
  • Added Easy On the Eyes by @R0BL0XIAN_D3M0
  • Added Solar Dark by @nakogls
  • Added Eco Dark and Atom by @DragRacer31
  • Added Mesopelagic by @Otterification
  • Other minor bug fixes
3 Likes

Hey, I’d hate to bother you, but the credits seem to be slightly incorrect.
Mesopelagic, my theme, is credited to Intended_Pun. I don’t really mind, I’d just like to point it out. :slightly_smiling_face:

3 Likes

Well i have the worst editor theme. Roast me if you wan’t: (I’d call it “Default X2”)


image

1 Like

As far as I can tell, you forgot to add solar dark :stuck_out_tongue:
It says it isnt a valid member of the folder, might want to check that out :smiley:

2 Likes