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": "Srcery",
"black": "#1c1b19",
"red": "#ef2f27",
"green": "#519f50",
"yellow": "#fbb829",
"blue": "#2c78bf",
"purple": "#e02c6d",
"cyan": "#0aaeb3",
"white": "#baa67f",
"brightBlack": "#918175",
"brightRed": "#f75341",
"brightGreen": "#98bc37",
"brightYellow": "#fed06e",
"brightBlue": "#68a8e4",
"brightPurple": "#ff5c8f",
"brightCyan": "#2be4d0",
"brightWhite": "#fce8c3",
"background": "#1c1b19",
"foreground": "#fce8c3",
"cursorColor": "#fbb829",
"selectionBackground": "#fce8c3"
}