Created
March 22, 2020 12:44
-
-
Save saicharanreddyk/4f0381cf4b2609834c84c2e14261066a to your computer and use it in GitHub Desktop.
VSCode terminal style
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": "#FFFFFF", | |
"terminal.foreground": "#4D4D4C", | |
"terminalCursor.background": "#4D4D4C", | |
"terminalCursor.foreground": "#4D4D4C", | |
"terminal.ansiBlack": "#FFFFFF", | |
"terminal.ansiBlue": "#4271AE", | |
"terminal.ansiBrightBlack": "#8E908C", | |
"terminal.ansiBrightBlue": "#4271AE", | |
"terminal.ansiBrightCyan": "#3E999F", | |
"terminal.ansiBrightGreen": "#718C00", | |
"terminal.ansiBrightMagenta": "#8959A8", | |
"terminal.ansiBrightRed": "#C82829", | |
"terminal.ansiBrightWhite": "#1D1F21", | |
"terminal.ansiBrightYellow": "#EAB700", | |
"terminal.ansiCyan": "#3E999F", | |
"terminal.ansiGreen": "#718C00", | |
"terminal.ansiMagenta": "#8959A8", | |
"terminal.ansiRed": "#C82829", | |
"terminal.ansiWhite": "#4D4D4C", | |
"terminal.ansiYellow": "#EAB700" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment