You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executes a ModuleScript based on the current Roblox Studio theme. It'll run on startup and whenever the current studio theme changes. You can use this to run a script that'll change the current script editor theme.
6
6
7
7
## Example use case
8
8
<palign="center">
9
-
<img src="catppuccinScriptEditorTheme.png"/>
10
-
Having a custom Roblox Studio Script Editor theme sync depending on your system theme
@@ -22,4 +26,4 @@ From there you can press `Ctrl + Shift + B` inside of Visual Studio Code and the
22
26
23
27
Plugin written by Rawblocky
24
28
25
-
Used [MaximumADHD's Roblox-Plugins](https://github.com/MaximumADHD/Roblox-Plugins)'s repository as a reference for how this repository is structured and the file needed to build this plugin
29
+
Used [MaximumADHD's Roblox-Plugins](https://github.com/MaximumADHD/Roblox-Plugins)'s repository as a reference for how this repository is structured and the file needed to build this plugin
0 commit comments