If you are a git user, you can install the theme by cloning the repo:
$ git clone https://github.com/getomni/windows-terminal.git
Download using the GitHub .zip download option and unzip them.
- Start Windows Terminal.
- Click on the down arrow icon and select "Settings" option.
- In the settings.json file, find the section called "Schemes" and paste the content of omni.json inside of [].
- Find the profiles section and set a "colorScheme" value on the default profile as the example
"profiles": {
"defaults": {
"colorScheme" : "Omni"
}
}