Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 22:21:24 +01:00
parent 489175aa45
commit 1ea6617a5d

View File

@@ -368,8 +368,8 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
scrollback: 2000,
disableStdin: false,
customGlyphs: false,
fontWeight: "600",
fontWeightBold: "800",
fontWeight: "400",
fontWeightBold: "700",
theme: {
background: "#000000",
foreground: "#ffffff",