Last active
October 23, 2017 14:09
-
-
Save thecrypticace/a54a47430c23f37f86d3d3b202acf637 to your computer and use it in GitHub Desktop.
VSCode Integrated Terminal Customizations
This file contains 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": { | |
"terminalCursor.foreground": "#fee381", | |
"terminal.selectionBackground": "#cb392e", | |
"terminal.background": "#0d151b", | |
"terminal.foreground": "#ffffff", | |
"terminal.ansiBlack": "#3c444d", | |
"terminal.ansiBlue": "#266b85", | |
"terminal.ansiBrightBlack": "#515d68", | |
"terminal.ansiBrightBlue": "#329dcc", | |
"terminal.ansiBrightCyan": "#afc3db", | |
"terminal.ansiBrightGreen": "#53eaa8", | |
"terminal.ansiBrightMagenta": "#f15e33", | |
"terminal.ansiBrightRed": "#cb253d", | |
"terminal.ansiBrightWhite": "#ffffff", | |
"terminal.ansiBrightYellow": "#fee381", | |
"terminal.ansiCyan": "#8a96a8", | |
"terminal.ansiGreen": "#3eb383", | |
"terminal.ansiMagenta": "#cb392e", | |
"terminal.ansiRed": "#cb253d", | |
"terminal.ansiWhite": "#ffffff", | |
"terminal.ansiYellow": "#fda544" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment