A mod for Termius that adds a few features that I think are missing.
- Custom CSS Themes
- Devtools
- Download the index.js file.
- Open libtermius folder:
- Termius:
%localappdata%\Programs\Termius\resources\app.asar.unpacked\node_modules\@termius\libtermius
- Termius Beta:
%localappdata%\Programs\Termius Beta\resources\app.asar.unpacked\node_modules\@termius\libtermius
- Termius:
- Replace the index.js file with the downloaded file.
- Restart Termius. (You may need to kill the process in Task Manager)
- Open the
themes
folder in the Termius directory. (If it doesn't exist, create it) - Add your CSS file to the folder. (You can add multiple themes)
- You can use the Devtools to inspect the elements and create your own CSS file.
- You can use the example theme (exampletheme.css) to get started.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Add plugin support
- Add better themes support
- Find a better way to get the themes directory
I know that modifying the source code is not the best way to add features, but the asar file is not easy to work with and I couldn't find a better way to do it.