Last active
September 8, 2024 23:09
-
-
Save mauromotion/3def49d2c51232879fd03f85dc229fb1 to your computer and use it in GitHub Desktop.
Everforest theme for Widows Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background": "#2D353B", | |
"black": "#232A2E", | |
"blue": "#3A515D", | |
"brightBlack": "#56635F", | |
"brightBlue": "#7FBBB3", | |
"brightCyan": "#7FBBB3", | |
"brightGreen": "#A7C080", | |
"brightPurple": "#D699B6", | |
"brightRed": "#E67E80", | |
"brightWhite": "#9DA9A0", | |
"brightYellow": "#DBBC7F", | |
"cursorColor": "#F8F8F2", | |
"cyan": "#7FBBB3", | |
"foreground": "#D3C6AA", | |
"green": "#83C092", | |
"name": "Everforest", | |
"purple": "#514045", | |
"red": "#E69875", | |
"selectionBackground": "#543A48", | |
"white": "#D3C6AA", | |
"yellow": "#DBBC7F" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment