Update terminal-panel.tsx

This commit is contained in:
MacRimi
2025-11-23 21:22:52 +01:00
parent 407a9f7780
commit a9af689aa5

View File

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