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

cleap commented Mar 21, 2022

Here is my Dark Medium, also based on everforest-alacritty.

        {
            "name" : "Everforest Dark Medium",
        
            "cursorColor": "#FFFFFF",
            "selectionBackground": "#FFFFFF",
        
            "background" : "#2f383e",
            "foreground" : "#d3c6aa",
        
            "black" : "#4b565c",
            "blue" : "#7fbbb3",
            "cyan" : "#83c092",
            "green" : "#a7c080",
            "purple" : "#d699b6",
            "red" : "#e67e80",
            "white" : "#d3c6aa",
            "yellow" : "#dbbc7f",
            
            "brightBlack" : "#4b565c",
            "brightBlue" : "#7fbbb3",
            "brightCyan" : "#83c092",
            "brightGreen" : "#a7c080",
            "brightPurple" : "#d699b6",
            "brightRed" : "#e67e80",
            "brightWhite" : "#d3c6aa",
            "brightYellow" : "#dbbc7f"
        }

@tendertree
Copy link

light hard them based on everforest-alacritty

{   
"name" : "everforest_light_hard",
"background": "#fff9e8",
            "black": "#5c6a72",
            "blue": "#3a94c5",
            "brightBlack": "#5c6a72",
            "brightBlue": "#3a94c5",
            "brightCyan": "#35a77c",
            "brightGreen": "#8da101",
            "brightPurple": "#df69ba",
            "brightRed": "#f85552",
            "brightWhite": "#F2F2F2",
            "brightYellow": "#dfa000",
            "cursorColor": "#FFFFFF",
            "cyan": "#35a77c",
            "foreground": "#5c6a72",
            "green": "#8da101",
            "name": "Forest Night",
            "purple": "#df69ba",
            "red": "#f85552",
            "selectionBackground": "#FFFFFF",
            "white": "#dfddc8",
            "yellow": "#dfa000"
}

@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