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": "novmbr",
"black": "#282a2e",
"red": "#9f6434",
"green": "#9dac5f",
"yellow": "#cca75f",
"blue": "#2f7d7c",
"purple": "#b5896e",
"cyan": "#52877f",
"white": "#c7b8ac",
"brightBlack": "#5d4e47",
"brightRed": "#9f6434",
"brightGreen": "#9dac5f",
"brightYellow": "#cca75f",
"brightBlue": "#2f7d7c",
"brightPurple": "#b5896e",
"brightCyan": "#52877f",
"brightWhite": "#c7b8ac",
"background": "#241d1a",
"foreground": "#c7b8ac",
"cursorColor": "#c7b8ac",
"selectionBackground": "#241d1a"
}