Spacey | A new, soothing dark theme for Roblox Studio

Spacey - A new, easy on the eyes dark theme for Roblox Studio.

Spacey is a brand new, dark theme made specifically for Roblox Studio. It’s easy to install, use, and customize.



Spacey is easy to install, and ready to use within a minute. To install, simly paste the below text into Studio’s Console, and enjoy!

Copy/paste this command into the command bar in Studio to set your Script Editor theme!


local json = [[{"Background Color":[31,27,53],"Selection Color":[195,181,255],"Selection Background Color":[51,45,81],"Error Color":[254,68,80],"Warning Color":[99,200,158],"Find Selection Background Color":[92,82,139],"Matching Word Background Color":[51,45,81],"Whitespace Color":[144,141,255],"Current Line Highlight Color":[31,27,53],"Ruler Color":[100,54,112],"Bracket Color":[195,181,255],"Text Color":[195,181,255],"Operator Color":[144,141,255],"Number Color":[237,190,227],"String Color":[203,255,178],"Comment Color":[92,82,139],"Bool Color":[237,190,227],"\"nil\" Color":[237,190,227],"Function Name Color":[255,251,198],"\"function\" Color":[144,141,255],"\"local\" Color":[144,141,255],"\"self\" Color":[255,147,244],"Luau Keyword Color":[195,181,255],"Keyword Color":[144,141,255],"Built-in Function Color":[255,251,198],"\"TODO\" Color":[195,181,255],"Method Color":[255,251,198],"Property Color":[195,181,255]}]] local theme = game.HttpService:JSONDecode(json) local studio = settings().Studio for name, color in pairs(theme) do color = Color3.fromRGB(color[1], color[2], color[3]) local success = pcall(function() studio[name] = color end) if not success then warn(("%s is not a valid theme color"):format(name)) end end print("Successfully changed your Script Editor theme!")

Spacey is comprised of 7 main colors.

Color Palette HEX Codes
#C3B5FF
#908DFF
#FFFBC6
#EDBEE3
#1F1B35
#FF93F4
#CBFFB2
#82AAFF
#5c528b

For those who use Rojo, Argon, or anything else with VSCode, Spacey has a wonderful VSCode plugin, which can be found here

Thanks for reading, I’d love to hear your feedback and your opinions on the

Footer

87 Likes

isn’t this just the dracula theme?

otherwise personally it hurts my eyes since everything is just a shade of pink

5 Likes

No, not at all. It’s an original dark theme.
This is Dracula:

This is Spacey:

8 Likes

can u add a part where one can remove the theme?

2 Likes

Sure, I’ll work on that and release it tommorow!

1 Like

Not gonna lie, this actually looks fairly good!

5 Likes

Thanks man! I really appreciate it!

1 Like

Great theme. love the color palette and the vscode plugin thats attached with it!

2 Likes

Thanks! Hope you find good use for it!

3 Likes

Awesome work my man! Everything is very chill and relaxed. Will you be making any other themes? :thinking:

3 Likes

Thanks for the kind words! I will definitely be making more in the future, I’m already half way done with a plug-in for catppuccin themes!

2 Likes

I also have many more iterations of popular themes across other platforms, along with original creations for this series. I’m almost done with scripting a plugin to easily install themes and reset to the default.

1 Like

Which one? Idk which one you mean.

1 Like

Nice job! All the colors go really well together and I appreciate the effort you put into this. Can not wait for a plugin with multiple design options!

1 Like

This theme looks really good with Vanilla icons, these guys completely changed the look of my Roblox Studio! I’m too lazy to manually make my own theme.

1 Like

Thank you! Id love to hear your ideas for themes or themes vscode themes you like if you have any!

Thank you! I’ve been working on the plug-in some more recently, so it shouldn’t be too long before it’s ready for release!

1 Like

please, this is not soothing at all.

1 Like

why it looks matched to gaming pc monitor, also from seeing here it reduces a brightness on text which is prtty fin but there’s a little confusion here to me.

the light purple text almost got close to the datamodel color here when i blurred the image, I’d like to make it darker or change to any colors for more readability wise it looks cool, gonna replace the theme with it later.

1 Like

the one you used for the “Spacey” example

1 Like