Skip to content

Commit

Permalink
adding windows terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Jun 9, 2021
1 parent aea5aa3 commit 6244b92
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ OR

---

### Windows Terminal

![Windows Terminal Preview](./assets/winterm.jpg)

From Windows Terminal, press Ctrl+,, then click Open JSON file at the lower right corner.

There is a JSON array of schemes in the settings.json. Paste the contents of "yonce.wintermcolors" at the end of that array. (There will be an import feature very soon)

* If you're using PowerShell, Yoncé looks amazing with [OhMyPosh.dev](http://www.OhMyPosh.dev) as well as [PSColors](https://www.hanselman.com/blog/you-should-be-customizing-your-powershell-prompt-with-psreadline) and [Terminal-Icons](https://www.hanselman.com/blog/take-your-windows-terminal-and-powershell-to-the-next-level-with-terminal-icons)

---



## Slack

![Slack Preview](./assets/slack.jpg)
Expand Down
23 changes: 23 additions & 0 deletions Yonce.wintermcolors
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"background": "#1C1C1C",
"black": "#1C1C1C",
"blue": "#00A7AA",
"brightBlack": "#777777",
"brightBlue": "#00A7AA",
"brightCyan": "#37E5E7",
"brightGreen": "#98E342",
"brightPurple": "#FFB1F2",
"brightRed": "#FC4384",
"brightWhite": "#F1F1EF",
"brightYellow": "#E6DB74",
"cursorColor": "#D4D4D4",
"cyan": "#37E5E7",
"foreground": "#D4D4D4",
"green": "#98E342",
"name": "Yonce",
"purple": "#FFB2F2",
"red": "#FC4384",
"selectionBackground": "#FC4384",
"white": "#D4D4D4",
"yellow": "#E6DB74"
}
Binary file added assets/winterm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6244b92

Please sign in to comment.