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": "Iceberg Dark",
"black": "#1e2132",
"red": "#e27878",
"green": "#b4be82",
"yellow": "#e2a478",
"blue": "#84a0c6",
"purple": "#a093c7",
"cyan": "#89b8c2",
"white": "#c6c8d1",
"brightBlack": "#6b7089",
"brightRed": "#e98989",
"brightGreen": "#c0ca8e",
"brightYellow": "#e9b189",
"brightBlue": "#91acd1",
"brightPurple": "#ada0d3",
"brightCyan": "#95c4ce",
"brightWhite": "#d2d4de",
"background": "#161821",
"foreground": "#c6c8d1",
"cursorColor": "#c6c8d1",
"selectionBackground": "#c6c8d1"
}