Created
August 8, 2019 15:46
-
-
Save joshtynjala/10dbdd4e449027fe9723b1d9f553c0bd to your computer and use it in GitHub Desktop.
Ayu color schemes for Windows Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemes" : | |
[ | |
{ | |
"background" : "#fafafa", | |
"black" : "#000000", | |
"blue" : "#3199e1", | |
"brightBlack" : "#686868", | |
"brightBlue" : "#399ee6", | |
"brightCyan" : "#4cbf99", | |
"brightGreen" : "#86b300", | |
"brightPurple" : "#a37acc", | |
"brightRed" : "#f07171", | |
"brightWhite" : "#d1d1d1", | |
"brightYellow" : "#f2ae49", | |
"cyan" : "#46ba94", | |
"foreground" : "#6c7680", | |
"green" : "#99bf4d", | |
"name" : "Ayu Light", | |
"purple" : "#9e75c7", | |
"red" : "#ea6c6d", | |
"white" : "#c7c7c7", | |
"yellow" : "#eca944" | |
}, | |
{ | |
"background" : "#0a0e14", | |
"black" : "#01060e", | |
"blue" : "#53bdfa", | |
"brightBlack" : "#686868", | |
"brightBlue" : "#59c2ff", | |
"brightCyan" : "#95e6cb", | |
"brightGreen" : "#c2d94c", | |
"brightPurple" : "#ffee99", | |
"brightRed" : "#f07178", | |
"brightWhite" : "#ffffff", | |
"brightYellow" : "#ffb454", | |
"cyan" : "#90e1c6", | |
"foreground" : "#b3b1ad", | |
"green" : "#91b362", | |
"name" : "Ayu Dark", | |
"purple" : "#fae994", | |
"red" : "#ea6c73", | |
"white" : "#c7c7c7", | |
"yellow" : "#f9af4f" | |
}, | |
{ | |
"background" : "#1f2430", | |
"black" : "#191e2a", | |
"blue" : "#6dcbfa", | |
"brightBlack" : "#686868", | |
"brightBlue" : "#73d0ff", | |
"brightCyan" : "#95e6cb", | |
"brightGreen" : "#bae67e", | |
"brightPurple" : "#d4bfff", | |
"brightRed" : "#f28779", | |
"brightWhite" : "#ffffff", | |
"brightYellow" : "#ffd580", | |
"cyan" : "#90e1c6", | |
"foreground" : "#cbccc6", | |
"green" : "#a6cc70", | |
"name" : "Ayu Mirage", | |
"purple" : "#cfbafa", | |
"red" : "#ed8274", | |
"white" : "#c7c7c7", | |
"yellow" : "#fad07b" | |
} | |
] | |
} |
Super cool! Thanks for sharing, Josh.
Thanks a ton for this!
First result on google for the query "windows terminal ayu colorscheme", thanks!
thank you so much!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows Terminal: https://github.com/microsoft/terminal
Ayu Theme: https://github.com/ayu-theme