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": "JetBrains Darcula",
"black": "#000000",
"red": "#fa5355",
"green": "#126e00",
"yellow": "#c2c300",
"blue": "#4581eb",
"purple": "#fa54ff",
"cyan": "#33c2c1",
"white": "#adadad",
"brightBlack": "#555555",
"brightRed": "#fb7172",
"brightGreen": "#67ff4f",
"brightYellow": "#ffff00",
"brightBlue": "#6d9df1",
"brightPurple": "#fb82ff",
"brightCyan": "#60d3d1",
"brightWhite": "#eeeeee",
"background": "#202020",
"foreground": "#adadad",
"cursorColor": "#ffffff",
"selectionBackground": "#1a3272"
}