export default interface ITheme {
	terminalBg: string;
	topBarBg: string;
	promptColor: string;
	pwdColor: string;
	textColor: string;
	predictionColor: string;
	// TODO: Add topbarPrompt color
}
