初始提交:terminalX 可运行态(M0/M1/M1.5 已真机验证)
- M0: libghostty SSH 终端(渲染/输入/连接)+ 白屏修复(OutputGate) + 会话状态机/自动重连 - M1: tsnet 用户态组网 + SSH-over-tsnet(fd 桥),shell 级真机验证;R5(Go+gvisor+C+++Swift 同进程) retire - M1.5: tmux -CC 原生 tab(MVP) - 结构: packages/(TXCore·TXTransport), apps/TerminalX, vendor/(libghostty-spm/libssh2/mbedtls/tsnet-bridge), artifacts/ - 文档: CLAUDE.md + docs/HANDOFF.md(新会话入口) - 环境: 认证代理→依赖 vendor 本地化;Go 在 ~/.local/go;仅模拟器/未签名 - 待续: M2 mosh, tmux 多 pane, M4 安全(host key/SE) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
47
vendor/libghostty-spm/Sources/GhosttyTheme/Themes/Themes_Symbols.swift
vendored
Normal file
47
vendor/libghostty-spm/Sources/GhosttyTheme/Themes/Themes_Symbols.swift
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
// Auto-generated by Script/generate-themes.sh — do not edit
|
||||
|
||||
public extension GhosttyThemeDefinition {
|
||||
static let _0x96f = GhosttyThemeDefinition(
|
||||
name: "0x96f",
|
||||
background: "262427",
|
||||
foreground: "fcfcfa",
|
||||
cursorColor: "fcfcfa",
|
||||
cursorText: "000000",
|
||||
selectionBackground: "fcfcfa",
|
||||
selectionForeground: "262427",
|
||||
palette: [0: "262427", 1: "ff666d", 2: "b3e03a", 3: "ffc739", 4: "00cde8", 5: "a392e8", 6: "9deaf6", 7: "fcfcfa", 8: "545452", 9: "ff7e83", 10: "bee55e", 11: "ffd05e", 12: "1bd5eb", 13: "b0a3eb", 14: "acedf8", 15: "fcfcfa"]
|
||||
)
|
||||
|
||||
static let _12_bit_Rainbow = GhosttyThemeDefinition(
|
||||
name: "12-bit Rainbow",
|
||||
background: "040404",
|
||||
foreground: "feffff",
|
||||
cursorColor: "e0d000",
|
||||
cursorText: "000000",
|
||||
selectionBackground: "606060",
|
||||
selectionForeground: "ffffff",
|
||||
palette: [0: "000000", 1: "a03050", 2: "40d080", 3: "e09040", 4: "3060b0", 5: "603090", 6: "0090c0", 7: "dbded8", 8: "685656", 9: "c06060", 10: "90d050", 11: "e0d000", 12: "00b0c0", 13: "801070", 14: "20b0c0", 15: "ffffff"]
|
||||
)
|
||||
|
||||
static let _3024_Day = GhosttyThemeDefinition(
|
||||
name: "3024 Day",
|
||||
background: "f7f7f7",
|
||||
foreground: "4a4543",
|
||||
cursorColor: "4a4543",
|
||||
cursorText: "f7f7f7",
|
||||
selectionBackground: "a5a2a2",
|
||||
selectionForeground: "4a4543",
|
||||
palette: [0: "090300", 1: "db2d20", 2: "01a252", 3: "caba00", 4: "01a0e4", 5: "a16a94", 6: "8fbece", 7: "a5a2a2", 8: "5c5855", 9: "dbaec3", 10: "3a3432", 11: "4a4543", 12: "807d7c", 13: "bcbbba", 14: "cdab53", 15: "f7f7f7"]
|
||||
)
|
||||
|
||||
static let _3024_Night = GhosttyThemeDefinition(
|
||||
name: "3024 Night",
|
||||
background: "090300",
|
||||
foreground: "a5a2a2",
|
||||
cursorColor: "a5a2a2",
|
||||
cursorText: "090300",
|
||||
selectionBackground: "4a4543",
|
||||
selectionForeground: "a5a2a2",
|
||||
palette: [0: "090300", 1: "db2d20", 2: "01a252", 3: "fded02", 4: "01a0e4", 5: "a16a94", 6: "b5e4f4", 7: "a5a2a2", 8: "5c5855", 9: "e8bbd0", 10: "47413f", 11: "4a4543", 12: "807d7c", 13: "d6d5d4", 14: "cdab53", 15: "f7f7f7"]
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user