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": "Fish Tank",
"black": "#03073c",
"red": "#c6004a",
"green": "#acf157",
"yellow": "#fecd5e",
"blue": "#525fb8",
"purple": "#986f82",
"cyan": "#968763",
"white": "#ecf0fc",
"brightBlack": "#6c5b30",
"brightRed": "#da4b8a",
"brightGreen": "#dbffa9",
"brightYellow": "#fee6a9",
"brightBlue": "#b2befa",
"brightPurple": "#fda5cd",
"brightCyan": "#a5bd86",
"brightWhite": "#f6ffec",
"background": "#232537",
"foreground": "#ecf0fe",
"cursorColor": "#fecd5e",
"selectionBackground": "#fcf7e9"
}