Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 3.16 KB

README.md

File metadata and controls

79 lines (51 loc) · 3.16 KB

Mojito Pro for Windows Terminal, PowerShell and CMD

Beautiful green theme for comfortable work

Getting started

You can download and install the Windows 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

Example:

"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:

"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. You can verify your PSReadLine version by running (Get-Module PSReadLine).Version.Major.

  2. Go to microsoft/terminal ColorTool. Download the ColorTool release and extract the zip file.

  3. Download Mojito Pro (Download raw file) and paste to the unzipped ColorTool/schemes directory.

  4. Open PowerShell, navigate to the ColorTool directory and run:

       ./ColorTool -b ./schemes/mojito-pro.ini
  5. Include this powershell configuration in your PowerShell $PROFILE file.

  6. Right-click on the window titlebar and choose Properties, click OK to save.

Installing additional features

  1. Oh My Posh. A prompt theme engine for any shell.

  2. Terminal-Icons. A PowerShell module to show file and folder icons in the terminal.

  3. PSReadLine. Provides an improved command-line editing experience in the PowerShell.

Other versions

License

MIT License

Don’t worry, be happy😍