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": "Ryuuko",
"black": "#2c3941",
"red": "#865f5b",
"green": "#66907d",
"yellow": "#b1a990",
"blue": "#6a8e95",
"purple": "#b18a73",
"cyan": "#88b2ac",
"white": "#ececec",
"brightBlack": "#5d7079",
"brightRed": "#865f5b",
"brightGreen": "#66907d",
"brightYellow": "#b1a990",
"brightBlue": "#6a8e95",
"brightPurple": "#b18a73",
"brightCyan": "#88b2ac",
"brightWhite": "#ececec",
"background": "#2c3941",
"foreground": "#ececec",
"cursorColor": "#ececec",
"selectionBackground": "#002831"
}