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": "Hopscotch",
"black": "#322931",
"red": "#dd464c",
"green": "#8fc13e",
"yellow": "#fdcc59",
"blue": "#1290bf",
"purple": "#c85e7c",
"cyan": "#149b93",
"white": "#b9b5b8",
"brightBlack": "#797379",
"brightRed": "#fd8b19",
"brightGreen": "#5c545c",
"brightYellow": "#5c545b",
"brightBlue": "#989498",
"brightPurple": "#d5d3d5",
"brightCyan": "#b33508",
"brightWhite": "#ffffff",
"background": "#322931",
"foreground": "#b9b5b8",
"cursorColor": "#b9b5b8",
"selectionBackground": "#5c545b"
}