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": "Smyck",
"black": "#000000",
"red": "#b84131",
"green": "#7da900",
"yellow": "#c4a500",
"blue": "#62a3c4",
"purple": "#ba8acc",
"cyan": "#207383",
"white": "#a1a1a1",
"brightBlack": "#7a7a7a",
"brightRed": "#d6837c",
"brightGreen": "#c4f137",
"brightYellow": "#fee14d",
"brightBlue": "#8dcff0",
"brightPurple": "#f79aff",
"brightCyan": "#6ad9cf",
"brightWhite": "#f7f7f7",
"background": "#1b1b1b",
"foreground": "#f7f7f7",
"cursorColor": "#bbbbbb",
"selectionBackground": "#207483"
}