Skip to content

Instantly share code, notes, and snippets.

@suppayami
Created March 11, 2021 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suppayami/7d427d116b97564d1c565a7aed092d08 to your computer and use it in GitHub Desktop.
Save suppayami/7d427d116b97564d1c565a7aed092d08 to your computer and use it in GitHub Desktop.
{
"name" : "Forest Night",
"cursorColor": "#FFFFFF",
"selectionBackground": "#FFFFFF",
"background" : "#323d43",
"foreground" : "#d8caac",
"black" : "#465258",
"blue" : "#89beba",
"cyan" : "#87c095",
"green" : "#a7c080",
"purple" : "#d39bb6",
"red" : "#e68183",
"white" : "#CCCCCC",
"yellow" : "#d9bb80",
"brightBlack" : "#465258",
"brightBlue" : "#89beba",
"brightCyan" : "#87c095",
"brightGreen" : "#a7c080",
"brightPurple" : "#d39bb6",
"brightRed" : "#e68183",
"brightWhite" : "#F2F2F2",
"brightYellow" : "#d9bb80",
}
@abhishek-56
Copy link

Windows Terminal theme, it is different from color schemes as it modifies the tabrow.
{
"name": "Everforest Dark Hard",
"tab":
{
"background": "#272e33FF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow":
{
"background": "#1E2326",
"unfocusedBackground": "#1E2326"
},
"window":
{
"applicationTheme": "dark"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment