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": "Brogrammer",
"black": "#1f1f1f",
"red": "#f81118",
"green": "#2dc55e",
"yellow": "#ecba0f",
"blue": "#2a84d2",
"purple": "#4e5ab7",
"cyan": "#1081d6",
"white": "#d6dbe5",
"brightBlack": "#d6dbe5",
"brightRed": "#de352e",
"brightGreen": "#1dd361",
"brightYellow": "#f3bd09",
"brightBlue": "#1081d6",
"brightPurple": "#5350b9",
"brightCyan": "#0f7ddb",
"brightWhite": "#ffffff",
"background": "#131313",
"foreground": "#d6dbe5",
"cursorColor": "#b9b9b9",
"selectionBackground": "#1f1f1f"
}