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": "Sonokai",
"black": "#181819",
"red": "#fc5d7c",
"green": "#9ed072",
"yellow": "#e7c664",
"blue": "#76cce0",
"purple": "#b39df3",
"cyan": "#f39660",
"white": "#e2e2e3",
"brightBlack": "#7f8490",
"brightRed": "#fc5d7c",
"brightGreen": "#9ed072",
"brightYellow": "#e7c664",
"brightBlue": "#76cce0",
"brightPurple": "#b39df3",
"brightCyan": "#f39660",
"brightWhite": "#e2e2e3",
"background": "#2c2e34",
"foreground": "#e2e2e3",
"cursorColor": "#e2e2e3",
"selectionBackground": "#414550"
}