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": "Sakura",
"black": "#000000",
"red": "#d52370",
"green": "#41af1a",
"yellow": "#bc7053",
"blue": "#6964ab",
"purple": "#c71fbf",
"cyan": "#939393",
"white": "#998eac",
"brightBlack": "#786d69",
"brightRed": "#f41d99",
"brightGreen": "#22e529",
"brightYellow": "#f59574",
"brightBlue": "#9892f1",
"brightPurple": "#e90cdd",
"brightCyan": "#eeeeee",
"brightWhite": "#cbb6ff",
"background": "#18131e",
"foreground": "#dd7bdc",
"cursorColor": "#ff65fd",
"selectionBackground": "#c05cbf"
}