feat: 新建连接.

This commit is contained in:
lijiahangmax
2023-12-13 23:59:31 +08:00
parent f2ca6abcb0
commit 31d6f20bab
19 changed files with 7072 additions and 4544 deletions

View File

@@ -20,9 +20,9 @@ export interface TerminalThemeSchema {
foreground: string;
cursor: string;
cursorAccent?: string;
selectionInactiveBackground?: string;
selectionBackground?: string;
selectionForeground?: string;
selectionInactiveBackground?: string;
black: string;
red: string;
green: string;