Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pythonacja opened this issue Mar 20, 2021 · 1 comment

Comments

@pythonacja
Copy link

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.

@stockhuman
Copy link

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"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants