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": "Django Reborn Again",
"black": "#000000",
"red": "#fd6209",
"green": "#41a83e",
"yellow": "#ffe862",
"blue": "#245032",
"purple": "#f8f8f8",
"cyan": "#9df39f",
"white": "#ffffff",
"brightBlack": "#4c4c4c",
"brightRed": "#ff943b",
"brightGreen": "#73da70",
"brightYellow": "#ffff94",
"brightBlue": "#568264",
"brightPurple": "#ffffff",
"brightCyan": "#cfffd1",
"brightWhite": "#ffffff",
"background": "#051f14",
"foreground": "#dadedc",
"cursorColor": "#ffcc00",
"selectionBackground": "#203727"
}