Skip to content

Commit 76d8448

Browse files
authored
Update README.md
1 parent 39808fc commit 76d8448

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
**Roblox Marketplace:** LINK
1+
**Roblox Marketplace:** https://create.roblox.com/store/asset/85734022807898/Theme-Script-Executor
22

33
# Plugin Template
44

5-
Description here
5+
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.
66

77
## Example use case
88
<p align="center">
9-
<img src="catppuccinScriptEditorTheme.png"/>
10-
Having a custom Roblox Studio Script Editor theme sync depending on your system theme
9+
<img src="SampleScripts/CatppuccinThemes/catppuccinScriptEditorTheme.png"/>
10+
Having your script editor automatically change themes depending on Roblox Studio's current theme
1111
</p>
12+
<p align="center">
13+
<a href="https://github.com/Rawblocky/RobloxPlugin-ThemeScriptExecutor/blob/main/SampleScripts/CatppuccinThemes/README.md">More info</a>
14+
</p>
15+
1216

1317
# Building
1418

@@ -22,4 +26,4 @@ From there you can press `Ctrl + Shift + B` inside of Visual Studio Code and the
2226

2327
Plugin written by Rawblocky
2428

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

Comments
 (0)