Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 821 Bytes

INSTALL.md

File metadata and controls

26 lines (18 loc) · 821 Bytes

Install using Git

If you are a git user, you can install the theme by cloning the repo:

$ git clone https://github.com/getomni/windows-terminal.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. Start Windows Terminal.
  2. Click on the down arrow icon and select "Settings" option.
  3. In the settings.json file, find the section called "Schemes" and paste the content of omni.json inside of [].
  4. Find the profiles section and set a "colorScheme" value on the default profile as the example
"profiles": {
    "defaults": {
        "colorScheme" : "Omni"
    }
}