Skip to content

Instantly share code, notes, and snippets.

@thetredev
Last active February 13, 2020 12:43
Show Gist options
  • Save thetredev/669cffab1fc789fc0de96fda76fc7fbd to your computer and use it in GitHub Desktop.
Save thetredev/669cffab1fc789fc0de96fda76fc7fbd to your computer and use it in GitHub Desktop.
"workbench.colorCustomizations": {
"terminal.background":"#1D2021",
"terminal.foreground":"#e7dbca",
"terminal.ansiBlack":"#1D2021",
"terminal.ansiBlue":"#2f62af",
"terminal.ansiBrightBlack":"#665C54",
"terminal.ansiBrightBlue":"#88f59f",
"terminal.ansiBrightCyan":"#8BA59B",
"terminal.ansiBrightGreen":"#aec9a4",
"terminal.ansiBrightMagenta":"#8F4673",
"terminal.ansiBrightRed":"#FB543F",
"terminal.ansiBrightWhite":"#FDF4C1",
"terminal.ansiBrightYellow":"#FAC03B",
"terminal.ansiCyan":"#8BA59B",
"terminal.ansiGreen":"#95C085",
"terminal.ansiMagenta":"#8F4673",
"terminal.ansiRed":"#FB543F",
"terminal.ansiWhite":"#A89984",
"terminal.ansiYellow":"#FAC03B",
"terminalCursor.background":"#d6cec3",
"terminalCursor.foreground":"#A89984"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment