Skip to content

Commit 6609fcc

Browse files
committed
Update README.md to include theme editor instructions and clarify theme import process
1 parent 897f837 commit 6609fcc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,16 @@ Iota's Notepad automatically checks for updates when the application starts. If
5656

5757
## Adding Custom Themes
5858

59-
You can add custom themes to Iota's Notepad by importing a JSON file with the theme definitions. Follow these steps:
59+
### Use the Theme Editor *(Optional)*
60+
- Click the **"Open Theme Editor"** button to access a embedded editor for customizing themes.
61+
- Alternatively, you can open the [theme editor website](https://vorlie.pages.dev/theme-editor) to modify and export themes easily.
62+
- **Note:** The theme editor does not directly interact with the application. After creating a theme, you must manually import the exported JSON file.
63+
64+
### Importing Custom Themes
65+
You can add custom themes to Iota's Notepad by importing a JSON file with the theme definitions.
6066

6167
1. **Create a JSON file** with your custom theme definitions. The JSON file should follow this structure:
68+
- Or just use the [theme editor website](https://vorlie.pages.dev/theme-editor) :D
6269
```json
6370
{
6471
"customThemeName": {

0 commit comments

Comments
 (0)