Integrate KodoTerm for SSH terminal sessions

This commit is contained in:
Keith Smith
2026-03-01 10:36:06 -07:00
parent c3369b8e48
commit 776ddc1a53
503 changed files with 22870 additions and 95 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "Ghostty Default Style Dark",
"black": "#1d1f21",
"red": "#cc6566",
"green": "#b6bd68",
"yellow": "#f0c674",
"blue": "#82a2be",
"purple": "#b294bb",
"cyan": "#8abeb7",
"white": "#c4c8c6",
"brightBlack": "#666666",
"brightRed": "#d54e53",
"brightGreen": "#b9ca4b",
"brightYellow": "#e7c547",
"brightBlue": "#7aa6da",
"brightPurple": "#c397d8",
"brightCyan": "#70c0b1",
"brightWhite": "#eaeaea",
"background": "#282c34",
"foreground": "#ffffff",
"cursorColor": "#ffffff",
"selectionBackground": "#ffffff"
}