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": "Pro Light",
"black": "#000000",
"red": "#e5492b",
"green": "#50d148",
"yellow": "#c6c440",
"blue": "#3b75ff",
"purple": "#ed66e8",
"cyan": "#4ed2de",
"white": "#c2c2c2",
"brightBlack": "#9f9f9f",
"brightRed": "#ff6640",
"brightGreen": "#48d53e",
"brightYellow": "#bfbe23",
"brightBlue": "#0082ff",
"brightPurple": "#ff7eff",
"brightCyan": "#3bd1d2",
"brightWhite": "#f2f2f2",
"background": "#ffffff",
"foreground": "#191919",
"cursorColor": "#4d4d4d",
"selectionBackground": "#c1ddff"
}