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": "Catppuccin Mocha",
"black": "#45475a",
"red": "#f38ba8",
"green": "#a6e3a1",
"yellow": "#f9e2af",
"blue": "#89b4fa",
"purple": "#f5c2e7",
"cyan": "#94e2d5",
"white": "#a6adc8",
"brightBlack": "#585b70",
"brightRed": "#f37799",
"brightGreen": "#89d88b",
"brightYellow": "#ebd391",
"brightBlue": "#74a8fc",
"brightPurple": "#f2aede",
"brightCyan": "#6bd7ca",
"brightWhite": "#bac2de",
"background": "#1e1e2e",
"foreground": "#cdd6f4",
"cursorColor": "#f5e0dc",
"selectionBackground": "#585b70"
}