Skip to content

Commit 7158ba9

Browse files
Merge pull request #17 from jcbize/custom-theme-support
add support for custom themes (#11)
2 parents 9a7f432 + dcd4ed5 commit 7158ba9

File tree

8 files changed

+703
-6
lines changed

8 files changed

+703
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Some inline code `{jsx} <button role="button" />`.
3232

3333
This feature can be turned off in the settings.
3434

35+
### Custom Themes
36+
37+
This plugin comes bundled with a [wide variety of themes](https://expressive-code.com/guides/themes/#using-bundled-themes). In addition, it supports custom JSON theme files compatible with VS Code. To enable custom themes, create a folder containing your theme files, and specify the folder's path relative to your Vault in the plugin settings. After restarting Obsidian, your custom themes will be available in the Theme dropdown.
38+
3539
## Code Block Configuration
3640

3741
To configure the code block you add the configuration options on the same line as the opening triple backticks.

0 commit comments

Comments
 (0)