Summary
Recently Obsidian theme got introduced in #336. This issue aims to port the global Obsidian theme to the file theme registry.
To achieve this, you need to:
- Add the theme entry in themes.json file referencing the CSS classes of the new theme.
- Add your CSS classes in themes.css.
Additional Information:
-
Check out modal registry for examples of the Obsidian theme:
-
To test your changes:
1 - Run
2 - Add your theme name in the devbench file.jsx.
Summary
Recently
Obsidiantheme got introduced in #336. This issue aims to port the globalObsidiantheme to the file theme registry.To achieve this, you need to:
Additional Information:
Check out modal registry for examples of the Obsidian theme:
To test your changes:
1 - Run
2 - Add your theme name in the devbench file.jsx.