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": "Vague",
"black": "#252530",
"red": "#d8647e",
"green": "#7fa563",
"yellow": "#f3be7c",
"blue": "#6e94b2",
"purple": "#bb9dbd",
"cyan": "#aeaed1",
"white": "#cdcdcd",
"brightBlack": "#606079",
"brightRed": "#e08398",
"brightGreen": "#99b782",
"brightYellow": "#f5cb96",
"brightBlue": "#8ba9c1",
"brightPurple": "#c9b1ca",
"brightCyan": "#bebeda",
"brightWhite": "#d7d7d7",
"background": "#141415",
"foreground": "#cdcdcd",
"cursorColor": "#cdcdcd",
"selectionBackground": "#252530"
}