Files
2026-03-01 10:36:06 -07:00

24 lines
550 B
JSON

{
"name": "Terminal Basic Dark",
"black": "#000000",
"red": "#c65339",
"green": "#6ac44b",
"yellow": "#b8b74a",
"blue": "#6444ed",
"purple": "#d357db",
"cyan": "#69c1cf",
"white": "#d1d1d1",
"brightBlack": "#909090",
"brightRed": "#eb5a3a",
"brightGreen": "#77ea51",
"brightYellow": "#efef53",
"brightBlue": "#d09af9",
"brightPurple": "#eb5af7",
"brightCyan": "#78f1f2",
"brightWhite": "#ededed",
"background": "#1d1e1d",
"foreground": "#ffffff",
"cursorColor": "#9d9d9d",
"selectionBackground": "#3f638a"
}