mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +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