You can download and install the Windows Terminal https://github.com/microsoft/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
Example:
"schemes": [
// Paste the content
]
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:
"profiles": {
"defaults": {
"colorScheme": "Mojito Pro"
}
}
-
PSReadLine 2.0 or later. It's installed by default in Windows 10/11, but you'll most likely need to upgrade it. You can verify your PSReadLine version by running
(Get-Module PSReadLine).Version.Major
. -
Go to microsoft/terminal ColorTool. Download the ColorTool release and extract the zip file.
-
Download Mojito Pro (Download raw file) and paste to the unzipped
ColorTool/schemes
directory. -
Open PowerShell, navigate to the ColorTool directory and run:
./ColorTool -b ./schemes/mojito-pro.ini
-
Include this powershell configuration in your PowerShell
$PROFILE
file. -
Right-click on the window titlebar and choose Properties, click OK to save.
-
Oh My Posh. A prompt theme engine for any shell.
-
Terminal-Icons. A PowerShell module to show file and folder icons in the terminal.
-
PSReadLine. Provides an improved command-line editing experience in the PowerShell.
- Visual Studio Code https://github.com/mishatoshi/mojito-pro-vscode-theme
- Flow Launcher https://github.com/mishatoshi/mojito-pro-flowlauncher-theme