-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Comments
Could you explain that JSON? I'm not a Windows user. |
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 Here's the JSON for Iceberg. |
Thanks @gkeep |
OSS maintainers receive many issues every day. You can help us with more kind, detailed reports. @JDRanpariya |
Environment:
If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
)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"
},
The text was updated successfully, but these errors were encountered: