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",
}
@z1be87k
Copy link

z1be87k commented Mar 26, 2023

A bit more harder version for those who want it darker :)

{
            "background": "#1e2327",
            "black": "#4B565C",
            "blue": "#7FBBB3",
            "brightBlack": "#4B565C",
            "brightBlue": "#7FBBB3",
            "brightCyan": "#83C092",
            "brightGreen": "#A7C080",
            "brightPurple": "#D39BB6",
            "brightRed": "#E67E80",
            "brightWhite": "#D3C6AA",
            "brightYellow": "#DBBC7F",
            "cursorColor": "#FFFFFF",
            "cyan": "#83C092",
            "foreground": "#D3C6AA",
            "green": "#A7C080",
            "name": "Everforest",
            "purple": "#D699B6",
            "red": "#E67E80",
            "selectionBackground": "#30383d",
            "white": "#D3C6AA",
            "yellow": "#DBBC7F"
}

@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