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": "TokyoNight Moon",
"black": "#1b1d2b",
"red": "#ff757f",
"green": "#c3e88d",
"yellow": "#ffc777",
"blue": "#82aaff",
"purple": "#c099ff",
"cyan": "#86e1fc",
"white": "#828bb8",
"brightBlack": "#444a73",
"brightRed": "#ff757f",
"brightGreen": "#c3e88d",
"brightYellow": "#ffc777",
"brightBlue": "#82aaff",
"brightPurple": "#c099ff",
"brightCyan": "#86e1fc",
"brightWhite": "#c8d3f5",
"background": "#222436",
"foreground": "#c8d3f5",
"cursorColor": "#c8d3f5",
"selectionBackground": "#2d3f76"
}