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": "Nordfox",
"black": "#3b4252",
"red": "#bf616a",
"green": "#a3be8c",
"yellow": "#ebcb8b",
"blue": "#81a1c1",
"purple": "#b48ead",
"cyan": "#88c0d0",
"white": "#e5e9f0",
"brightBlack": "#53648d",
"brightRed": "#d06f79",
"brightGreen": "#b1d196",
"brightYellow": "#f0d399",
"brightBlue": "#8cafd2",
"brightPurple": "#c895bf",
"brightCyan": "#93ccdc",
"brightWhite": "#e7ecf4",
"background": "#2e3440",
"foreground": "#cdcecf",
"cursorColor": "#cdcecf",
"selectionBackground": "#3e4a5b"
}