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": "Spacegray",
"black": "#000000",
"red": "#b04b57",
"green": "#87b379",
"yellow": "#e5c179",
"blue": "#7d8fa4",
"purple": "#a47996",
"cyan": "#85a7a5",
"white": "#b3b8c3",
"brightBlack": "#4c4c4c",
"brightRed": "#b04b57",
"brightGreen": "#87b379",
"brightYellow": "#e5c179",
"brightBlue": "#7d8fa4",
"brightPurple": "#a47996",
"brightCyan": "#85a7a5",
"brightWhite": "#ffffff",
"background": "#20242d",
"foreground": "#b3b8c3",
"cursorColor": "#b3b8c3",
"selectionBackground": "#16181e"
}