https://github.com/mishatoshi/mojito-pro-windows-terminal
π Easy on the eyes, boosting productivity!
https://github.com/mishatoshi/mojito-pro-windows-terminal
cmd color-theme green-theme mojito-pro powershell windows-terminal
Last synced: about 2 months ago
JSON representation
π Easy on the eyes, boosting productivity!
- Host: GitHub
- URL: https://github.com/mishatoshi/mojito-pro-windows-terminal
- Owner: mishatoshi
- License: mit
- Created: 2025-01-20T20:27:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T20:23:38.000Z (2 months ago)
- Last Synced: 2025-03-26T20:26:59.343Z (2 months ago)
- Topics: cmd, color-theme, green-theme, mojito-pro, powershell, windows-terminal
- Language: PowerShell
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Mojito Pro for Windows Terminal, PowerShell and CMD
π Easy on the eyes, boosting productivity!
![]()
## Getting started
> You can download and install the **Windows Terminal** [https://github.com/microsoft/terminal](https://github.com/microsoft/terminal)
>## βοΈ Installation
### I. Windows Terminal
Start **Windows Terminal** and click on the down arrow symbol `Λ ` from menu bar. This will open a drop down menu from which select **Settings** option. Alternatively use `Ctrl + ,` to open **Settings** directly.
In the `settings.json` settings file for **Windows Terminal**, find the `schemes` section and paste the content of [Mojito Pro](https://raw.githubusercontent.com/mishatoshi/mojito-pro-windows-terminal/master/mojito-pro.json)
Example:
```json
"schemes": [
// Paste the content
]
```#### Activate
Once the color scheme has been defined, it's time to enable it. Find the `profiles` section and add a `colorScheme` value to the default profile.
Example:
```json
"profiles": {
"defaults": {
"colorScheme": "Mojito Pro"
}
}
```### II. PowerShell and CMD
1. **PSReadLine 2.0** or later. It's installed by default in Windows 10/11, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading). You can verify your **PSReadLine** version by running `(Get-Module PSReadLine).Version.Major`.
1. Go to [microsoft/terminal ColorTool](https://github.com/Microsoft/Terminal/tree/main/src/tools/ColorTool#installing). Download the **ColorTool** release and extract the zip file.
1. Download [Mojito Pro](https://github.com/mishatoshi/mojito-pro-windows-terminal/blob/master/ColorTool%20Schemes/mojito-pro.ini) (Download raw file) and paste to the unzipped `ColorTool/schemes` directory.1. Open **PowerShell**, navigate to the **ColorTool** directory and run:
```PowerShell
./ColorTool -b ./schemes/mojito-pro.ini
```1. Include this [powershell configuration](./Microsoft.PowerShell_profile.ps1) in your **PowerShell** `$PROFILE` file.
1. Right-click on the window titlebar and choose **Properties**, click **OK** to save.
## Installing additional features
1. [Oh My Posh](https://ohmyposh.dev). A prompt theme engine for any **shell**.
1. [Terminal-Icons](https://github.com/devblackops/Terminal-Icons). A **PowerShell** module to show file and folder icons in the terminal.
1. [PSReadLine](https://docs.microsoft.com/en-us/powershell/module/psreadline/about/about_psreadline?view=powershell-7.2). Provides an improved command-line editing experience in the **PowerShell**.
## Other versions
* Oh My Posh [https://github.com/mishatoshi/mojito-pro-oh-my-posh-theme](https://github.com/mishatoshi/mojito-pro-oh-my-posh-theme)
* Visual Studio Code [https://github.com/mishatoshi/mojito-pro-vscode-theme](https://github.com/mishatoshi/mojito-pro-vscode-theme)
* Flow Launcher [https://github.com/mishatoshi/mojito-pro-flowlauncher-theme](https://github.com/mishatoshi/mojito-pro-flowlauncher-theme)## License
[MIT License](./LICENSE)
Donβt worry, be happyπ