ayu-theme / ayu-colors

The ayu color scheme as a color palette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayu Mirage For Windows Terminal. I need this, because it looks so beautiful.

pythonacja opened this issue · comments

I use Ayu Mirage in VSCode and I like to have in Windows Terminal too. Is it possible??? It's very important for me, because I like to have the same theme in multiple programs.

Depending on your version of the terminal, you can configure the colors via a GUI or by editing your config file with the following in the scheme array.

{
"name" : "Ayu Mirage",
"cursorColor": "#FFCC66",
"selectionBackground": "#33415E",
"background" : "#1F2430",
"foreground" : "#CCCCCC",
"black" : "#101521",
"blue" : "#77A8d9",
"cyan" : "#73D0FF",
"green" : "#A6CC70",
"purple" : "#A37ACC",
"red" : "#FF3333",
"white" : "#CBCCC6",
"yellow" : "#FFCC66",
"brightBlack" : "#707A8C",
"brightBlue" : "#D1E4F4",
"brightCyan" : "#5CCFE6",
"brightGreen" : "#BAE67E",
"brightPurple" : "#D4BFFF",
"brightRed" : "#F28779",
"brightWhite" : "#FAFAFA",
"brightYellow" : "#FFD580"
},