Skip to content

Commit 2ac46b2

Browse files
committed
Update README, Change plugin name
1 parent fb68c21 commit 2ac46b2

6 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Description here
66

7+
## Example use case
8+
<p align="center">
9+
<img src="catppuccinScriptEditorTheme.png"/>
10+
Having a custom Roblox Studio Script Editor theme sync depending on your system theme
11+
</p>
12+
713
# Building
814

915
To build the plugin, make sure you have [Visual Studio Code](https://code.visualstudio.com) installed with the folder in this repository opened as the workspace.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Example use case
2+
<p align="center">
3+
<img src="catppuccinScriptEditorTheme.png"/>
4+
Having a custom Roblox Studio Script Editor theme sync depending on your system theme
5+
</p>
235 KB
Loading

default.project.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"name": "RobloxPlugin-Template",
3-
"tree":
4-
{
5-
"$path": "Plugin"
6-
}
7-
}
2+
"name": "RobloxPlugin-ThemeScriptExecutor",
3+
"tree": {
4+
"$path": "Plugin"
5+
}
6+
}

0 commit comments

Comments
 (0)