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": "Gruber Darker",
"black": "#181818",
"red": "#ff0a36",
"green": "#42dc00",
"yellow": "#ffdb00",
"blue": "#92a7cb",
"purple": "#a095cb",
"cyan": "#90aa9e",
"white": "#e4e4e4",
"brightBlack": "#54494e",
"brightRed": "#ff3851",
"brightGreen": "#42dc00",
"brightYellow": "#ffdb00",
"brightBlue": "#92a7cb",
"brightPurple": "#afafda",
"brightCyan": "#90aa9e",
"brightWhite": "#f5f5f5",
"background": "#181818",
"foreground": "#e4e4e4",
"cursorColor": "#ffdb00",
"selectionBackground": "#ffffff"
}