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
#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