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": "Pnevma",
"black": "#2f2e2d",
"red": "#a36666",
"green": "#90a57d",
"yellow": "#d7af87",
"blue": "#7fa5bd",
"purple": "#c79ec4",
"cyan": "#8adbb4",
"white": "#d0d0d0",
"brightBlack": "#4a4845",
"brightRed": "#d78787",
"brightGreen": "#afbea2",
"brightYellow": "#e4c9af",
"brightBlue": "#a1bdce",
"brightPurple": "#d7beda",
"brightCyan": "#b1e7dd",
"brightWhite": "#efefef",
"background": "#1c1c1c",
"foreground": "#d0d0d0",
"cursorColor": "#e4c9af",
"selectionBackground": "#4d4d4d"
}