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: 2 months ago
JSON representation
Nord theme for windows terminal
- Host: GitHub
- URL: https://github.com/thismat/nord-windows-terminal
- Owner: thismat
- Created: 2020-04-10T21:19:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T20:03:38.000Z (over 2 years ago)
- Last Synced: 2024-02-16T08:34:34.843Z (12 months ago)
- Language: PowerShell
- Size: 348 KB
- Stars: 83
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nord - Windows Terminal
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`.