insomnia-theme-template
v1.0.1
Published
Theme template for Insomnia REST Client, built for create-insomnia-plugin
Downloads
2
Readme
insomnia-theme-template
Template for Insomnia REST Client theme, bootstrap this template for your next plugin using npx create-insomnia-plugin <package-name> --theme
Installation
From Insomnia Plugin Hub
- Navigate to https://insomnia.rest/plugins/insomnia-plugin-
- Click Install Plugin
- Click Open
- Once opened, click Install
From the Insomnia App
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Plugins tab
- Enter
insomnia-plugin-
- Click Install
Manual Install
- Using a terminal,
cd
into your Insomnia plugins folder - See Insomnia Docs - Run
git clone https://github.com/user/insomnia-plugin-
- Run
cd insomnia-plugin-
Activating Theme
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Themes tab
- Select this theme
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as needed.
License
Boostrapped using create-insomnia-plugin