UNPKG

@zqui/react-terminal

Version:

A react component that renders a bash-like terminal.

10 lines (9 loc) 196 B
export default interface ITheme { terminalBg: string; topBarBg: string; promptColor: string; pwdColor: string; textColor: string; predictionColor: string; // TODO: Add topbarPrompt color }