From a9af689aa565cec3e414ac52be0e178a142ea141 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 21:22:52 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index d825567..ef0c9a6 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -368,8 +368,8 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl scrollback: 2000, disableStdin: false, customGlyphs: false, - fontWeight: "400", - fontWeightBold: "700", + fontWeight: "500", + fontWeightBold: "800", theme: { background: "#000000", foreground: "#ffffff",