EliverLara/Andromeda

Integrated Terminal Color Consistency

scalettar opened this issue · 2 comments

I added terminal colors to my settings.json using the colors from your theme. Not sure if there is an intentional reason you left the terminal out, but if not then perhaps add them into the theme officially?

"workbench.colorCustomizations" : {
        "terminal.ansiRed":"#ee5d43",
        "terminal.ansiGreen":"#96E072",
        "terminal.ansiYellow":"#FFE66D",
        "terminal.ansiBlue":"#7cb7ff",
        "terminal.ansiMagenta":"#ff00aa",
        "terminal.ansiCyan":"#00e8c6",
}

Thanks, I just added it!

I will have such a suggestion too

"workbench.colorCustomizations" : {
		"terminal.ansiRed":"#ff2b2b",
		"terminal.ansiBrightRed": "#f84747",

		"terminal.ansiGreen":"#1fe069",
		"terminal.ansiBrightGreen": "#50d157",
		
		"terminal.ansiYellow":"#ffb120",
		"terminal.ansiBrightYellow": "#fad016",
		
		"terminal.ansiBlue":"#1a60b6",
		"terminal.ansiMagenta":"#ff004c",
		"terminal.ansiBrightMagenta": "#ff3b76",

		"terminal.ansiCyan":"#00c3ff",
		"terminal.ansiBrightCyan": "#26f8ff",

		"terminal.ansiBlack": "#26232E",
		"terminal.ansiBrightBlack": "#727272",
		
		"terminal.ansiWhite": "#efe",
		"terminal.ansiBrightWhite": "#ffe"
	}