Last active
August 13, 2025 01:58
-
-
Save mmcguffi/bc64c5b69c66564c4c90def396a9485f to your computer and use it in GitHub Desktop.
good colors for vscode 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
| "workbench.colorCustomizations": | |
| { | |
| "terminal.background": "#001e27", | |
| "terminal.foreground": "#708284", | |
| "terminalCursor.background": "#002831", | |
| "terminalCursor.foreground": "#708284", | |
| "terminal.ansiBlack": "#002831", | |
| "terminal.ansiBlue": "#2176c7", | |
| "terminal.ansiBrightBlack": "#475b62", | |
| "terminal.ansiBrightBlue": "#708284", | |
| "terminal.ansiBrightCyan": "#819090", | |
| "terminal.ansiBrightGreen": "#475b62", | |
| "terminal.ansiBrightMagenta": "#5956ba", | |
| "terminal.ansiBrightRed": "#bd3613", | |
| "terminal.ansiBrightWhite": "#fcf4dc", | |
| "terminal.ansiBrightYellow": "#536870", | |
| "terminal.ansiCyan": "#259286", | |
| "terminal.ansiGreen": "#738a05", | |
| "terminal.ansiMagenta": "#c61c6f", | |
| "terminal.ansiRed": "#d11c24", | |
| "terminal.ansiWhite": "#eae3cb", | |
| "terminal.ansiYellow": "#a57706", | |
| "terminal.selectionBackground": "#002831" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment