diff --git a/README.md b/README.md index c5608ff..bb70d97 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/Yonce.wintermcolors b/Yonce.wintermcolors new file mode 100644 index 0000000..e3f7601 --- /dev/null +++ b/Yonce.wintermcolors @@ -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" +} \ No newline at end of file diff --git a/assets/winterm.jpg b/assets/winterm.jpg new file mode 100644 index 0000000..6ee7ac4 Binary files /dev/null and b/assets/winterm.jpg differ