Created
September 24, 2021 18:50
-
-
Save ronascentes/fdae5feeeb9efa69496ef725194c87cf to your computer and use it in GitHub Desktop.
Windows Terminal Digon Color Scheme
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": "#1B1D1E", | |
"black": "#222D3F", | |
"blue": "#3167AC", | |
"brightBlack": "#a4eeb7", | |
"brightBlue": "#3C7DD2", | |
"brightCyan": "#35B387", | |
"brightGreen": "#2D9440", | |
"brightPurple": "#8230A7", | |
"brightRed": "#D4312E", | |
"brightWhite": "#E7ECED", | |
"brightYellow": "#E5BE0C", | |
"cursorColor": "#E5BE0C", | |
"cyan": "#2C9370", | |
"foreground": "#2CC55D", | |
"green": "#008000", | |
"name": "Flat", | |
"purple": "#781AA0", | |
"red": "#A82320", | |
"selectionBackground": "#792B9C", | |
"white": "#B0B6BA", | |
"yellow": "#E58D11" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment