Created
June 15, 2025 21:51
-
-
Save MrChickenRocket/b04661c4eab9af2e74b8e636963756e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Chickenrockets script editor colors - Paste this in your command bar | |
--Full disclosure I have no idea where these colors came from originally! | |
local s = settings().Studio | |
s["Background Color"] = Color3.fromRGB(18,17,17) | |
s["Text Color"] = Color3.fromRGB(210,190,121) | |
s["Keyword Color"] = Color3.fromRGB(102,194,146) | |
s["Number Color"] = Color3.fromRGB(236,154,100) | |
s["String Color"] = Color3.fromRGB(152,195,121) | |
s["Comment Color"] = Color3.fromRGB(119,105,79) | |
s["Operator Color"] = Color3.fromRGB(102,194,146) | |
s["Bracket Color"] = Color3.fromRGB(192,204,119) | |
s["Bool Color"] = Color3.fromRGB(102,194,146) | |
s["Built-in Function Color"] = Color3.fromRGB(97,175,239) | |
s["\"TODO\" Color"] = Color3.fromRGB(255,189,42) | |
s["\"function\" Color"] = Color3.fromRGB(87,211,239) | |
s["\"local\" Color"] = Color3.fromRGB(198,128,62) | |
s["\"nil\" Color"] = Color3.fromRGB(102,194,146) | |
s["\"self\" Color"] = Color3.fromRGB(224,110,122) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Font is Fira Mono 11pt