mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-12 03:14:38 +00:00
profile settings tab
This commit is contained in:
@@ -23,6 +23,11 @@ export interface SessionOptions {
|
||||
pauseAfterExit?: boolean
|
||||
}
|
||||
|
||||
export interface Profile {
|
||||
name: string,
|
||||
sessionOptions: SessionOptions,
|
||||
}
|
||||
|
||||
export interface ITerminalColorScheme {
|
||||
name: string
|
||||
foreground: string
|
||||
|
Reference in New Issue
Block a user