Terminal theme
Opened this issue · 1 comments
amwelles commented
I'm not familiar enough with VS Code themes to make a pull request, but can I suggest these colors for the terminal? I added these to the user settings.json file, and they look better than the default.
"workbench.colorCustomizations": {
"terminal.background":"#5A5475",
"terminal.foreground":"#F8F8F2",
"terminalCursor.background":"#8077A8",
"terminalCursor.foreground":"#F8F8F0",
"terminal.ansiBlack":"#dfdfcb",
"terminal.ansiBlue":"#9966b8",
"terminal.ansiBrightBlack":"#dfdfcb",
"terminal.ansiBrightBlue":"#C2FFDF",
"terminal.ansiBrightCyan":"#d5c6f0",
"terminal.ansiBrightGreen":"#afecad",
"terminal.ansiBrightMagenta":"#C5A3FF",
"terminal.ansiBrightRed":"#FFB8D1",
"terminal.ansiBrightWhite":"#FFEA00",
"terminal.ansiBrightYellow":"#E6C000",
"terminal.ansiCyan":"#8BA59B",
"terminal.ansiGreen":"#95C085",
"terminal.ansiMagenta":"#FFB8D1",
"terminal.ansiRed":"#FF857F",
"terminal.ansiWhite":"#A89984",
"terminal.ansiYellow":"#FAC03B"
}
nopjmp commented
I'll take a look at incorporating these modifications! Thanks for the help.