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

support for windows terminal #79

Closed
2 tasks done
JDRanpariya opened this issue Oct 25, 2020 · 4 comments
Closed
2 tasks done

support for windows terminal #79

JDRanpariya opened this issue Oct 25, 2020 · 4 comments

Comments

@JDRanpariya
Copy link

Environment:

  • windows
  • neovim
  • windows terminal

If you have a trouble with coloration and are using Vim/Neovim with terminal:

  • Does your Vim support full colors? (:set termguicolors)
  • Does your terminal support full colors? (e.g. Terminal.app doesn't support it)

format required:
ex: Night Owl

{
"background": "#011627",
"black": "#011627",
"blue": "#82AAFF",
"brightBlack": "#969696",
"brightBlue": "#82AAFF",
"brightCyan": "#7FDBCA",
"brightGreen": "#22DA6E",
"brightPurple": "#C792EA",
"brightRed": "#EF5350",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFEB95",
"cyan": "#21C7A8",
"foreground": "#D6DEEB",
"green": "#22DA6E",
"name": "Night Owl",
"purple": "#C792EA",
"red": "#EF5350",
"white": "#FFFFFF",
"yellow": "#ADDB67"
},

@cocopon
Copy link
Owner

cocopon commented Oct 25, 2020

Could you explain that JSON? I'm not a Windows user.

@gkeep
Copy link
Contributor

gkeep commented Oct 25, 2020

Microsoft have released their Terminal for Windows not so long ago.

I'm guessing the issue creator requests the port of the colorscheme to the Windows Terminal? Well, he's in luck!

Basically, this JSON is how custom colorschemes are defined in settings.json of the Windows Terminal.

Here's the JSON for Iceberg.

@JDRanpariya
Copy link
Author

Thanks @gkeep
I was just looking for that
I think it will be cool if you pull request to add this json

@cocopon
Copy link
Owner

cocopon commented Oct 26, 2020

OSS maintainers receive many issues every day. You can help us with more kind, detailed reports. @JDRanpariya

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

3 participants