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": "GitLab Dark",
"black": "#000000",
"red": "#f57f6c",
"green": "#52b87a",
"yellow": "#d99530",
"blue": "#7fb6ed",
"purple": "#f88aaf",
"cyan": "#32c5d2",
"white": "#ffffff",
"brightBlack": "#666666",
"brightRed": "#fcb5aa",
"brightGreen": "#91d4a8",
"brightYellow": "#e9be74",
"brightBlue": "#498dd1",
"brightPurple": "#fcacc5",
"brightCyan": "#5edee3",
"brightWhite": "#ffffff",
"background": "#28262b",
"foreground": "#ffffff",
"cursorColor": "#ffffff",
"selectionBackground": "#ad95e9"
}