profile settings tab

This commit is contained in:
Eugene Pankov
2018-12-16 17:09:35 +01:00
parent 1f1d212c1d
commit 72287cc7cb
11 changed files with 120 additions and 17 deletions

View File

@@ -23,6 +23,11 @@ export interface SessionOptions {
pauseAfterExit?: boolean
}
export interface Profile {
name: string,
sessionOptions: SessionOptions,
}
export interface ITerminalColorScheme {
name: string
foreground: string