Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/thismat/nord-windows-terminal

Nord theme for windows terminal
https://github.com/thismat/nord-windows-terminal

Last synced: about 1 month ago
JSON representation

Nord theme for windows terminal

Lists

README

        

An arctic, north-bluish clean and elegant Windows Terminal color theme.

# Getting Started

This is an _unofficial_ port of [Nord](https://www.nordtheme.com/) to Windows Terminal. Visit [Nord Theme](https://www.nordtheme.com/) for more information about the theme.

> An arctic, north-bluish color palette.
Created for the clean and uncluttered design pattern to achieve a optimal focus and readability for code syntax highlighting and UI components.

## Install

### Easy Install

Run the `install.ps1` PowerShell script to install the colorscheme via [Windows Terminal JSON Fragments](https://docs.microsoft.com/en-us/windows/terminal/json-fragment-extensions#where-to-place-the-json-fragment-files)

> **Note**
> To allow the execution of the installation script without having to relax the [Execution Policy][ps-execpolicy] of the entire system, you can unblock the `install.ps1` file using the [Unblock-File][ps-unblockfile] PowerShell cmdlet.
>
> ```powershell
> Unblock-File .\install.ps1
> ```

[ps-execpolicy]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.2
[ps-unblockfile]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/unblock-file?view=powershell-7.2

### Manual

Simply copy the JSON from [`nord.json`](https://raw.githubusercontent.com/thismat/nord-windows-terminal/main/nord.json) or from this page, into the `schemes` section of Windows Terminal `profile.json`.