Can we submit a missing theme without having to checkout a branch? If so, here's the Homebrew theme:
"workbench.colorCustomizations": {
"terminal.background": "#000000",
"terminal.foreground": "#00f900",
"terminalCursor.background": "#000000",
"terminalCursor.foreground": "#00f900",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#0223bf",
"terminal.ansiBrightBlack": "#797979",
"terminal.ansiBrightBlue": "#0432ff",
"terminal.ansiBrightCyan": "#00e8ea",
"terminal.ansiBrightGreen": "#00db00",
"terminal.ansiBrightMagenta": "#ec3aea",
"terminal.ansiBrightRed": "#ec2100",
"terminal.ansiBrightWhite": "#eaeaea",
"terminal.ansiBrightYellow": "#eae600",
"terminal.ansiCyan": "#00b3bf",
"terminal.ansiGreen": "#00b000",
"terminal.ansiMagenta": "#c12dbf",
"terminal.ansiRed": "#ab1500",
"terminal.ansiWhite": "#cacaca",
"terminal.ansiYellow": "#a9a600"
}
Can we submit a missing theme without having to checkout a branch? If so, here's the Homebrew theme: