Skip to content

Commit

Permalink
Merge pull request #73 from XanatosX/feature/add-light-mode-to-readme
Browse files Browse the repository at this point in the history
Extend readme with color themes
  • Loading branch information
XanatosX authored Feb 21, 2023
2 parents d5a3f32 + 689c1c2 commit 34a98aa
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
This tool is called "Modular Tool Manager" it is a plugin based GUI script executer. The default tool does deliver basic plugins for binary and script execution on Windows. This is the main view you are getting presented with.

![Main view of the program][image-main-view]
![Main view of the program in light theme][image-main-view-light]

The tool is getting tested on Windows and Linux Mint, since it is based on [AvaloniaUI][avaloniaui] it should run on mac as well. I will not provide a build for it.

Expand All @@ -28,7 +29,7 @@ You can extend the functionality of the tool by writing your own plugins. Please
The application does support the following languages for now, feel free to extend it via Pull Request

* German
* Englisch
* English

To download the tool please head over to the [download page][downloadPage].
Either use the latest develop build which is unstable or the latest tagged build.
Expand All @@ -37,13 +38,13 @@ If you found a bug or need any help with the application please head over to the

## Installation

Right now there is only a zip file you can extract somewhere to your disc. Just follow the instructions for the nighly build.
Right now there is only a zip file you can extract somewhere to your disc. Just follow the instructions for the nighty build.

I will try to add a windows installer later on.

### Latest nighlty build
### Latest nightly build

The latest nighlty build are self contained application builds which are getting packed into a zip folder.
The latest nightly build are self contained application builds which are getting packed into a zip folder.
To install the application get the build for your operation system and extract the files to a folder on your disc.
Start the `ModularToolManager.exe` or if you on a linux machine the "ModularToolManager" binary.

Expand All @@ -68,10 +69,17 @@ Technically the plugin will run with the user rights you did start the applicati

## Additional Screenshots

![screenshot-1]
![screenshot-2]
![screenshot-3]
### Dark

![screenshot-1-dark]
![screenshot-2-dark]
![screenshot-3-dark]

### Light

![screenshot-1-light]
![screenshot-2-light]
![screenshot-3-light]


## License
Expand All @@ -81,8 +89,12 @@ Technically the plugin will run with the user rights you did start the applicati
[dotnet6]: https://dotnet.microsoft.com/en-us/download/dotnet/6.0
[avaloniaui]: https://avaloniaui.net/
[image-main-view]: https://imgur.com/oswayay.png
[image-main-view-light]: https://i.imgur.com/lqmlo5U.png
[downloadPage]: https://bitbucket.org/XanatosX/modulartoolmanager/downloads/
[issuePage]: https://bitbucket.org/XanatosX/modulartoolmanager/issues
[screenshot-1]: https://imgur.com/mr3Folx.png
[screenshot-2]: https://imgur.com/UPURC5u.png
[screenshot-3]: https://imgur.com/UKl60fA.png
[screenshot-1-dark]: https://imgur.com/mr3Folx.png
[screenshot-1-light]: https://i.imgur.com/Fxgu18M.png
[screenshot-2-dark]: https://i.imgur.com/LhMGcEx.png
[screenshot-2-light]: https://i.imgur.com/5sukgHg.png
[screenshot-3-dark]: https://i.imgur.com/UPURC5u.png
[screenshot-3-light]: https://i.imgur.com/rye7J9U.png

0 comments on commit 34a98aa

Please sign in to comment.