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": "Electron Highlighter",
"black": "#15161f",
"red": "#ff6c8d",
"green": "#00ffc3",
"yellow": "#ffd7a9",
"blue": "#77abff",
"purple": "#daa4f4",
"cyan": "#00fdff",
"white": "#778faf",
"brightBlack": "#4a6789",
"brightRed": "#ff6c8d",
"brightGreen": "#00ffc3",
"brightYellow": "#ffd7a9",
"brightBlue": "#77abff",
"brightPurple": "#daa4f4",
"brightCyan": "#00fdff",
"brightWhite": "#c3cee2",
"background": "#23283d",
"foreground": "#a5b6d4",
"cursorColor": "#a5b6d4",
"selectionBackground": "#25345a"
}