From 4d99d95865e2b16ff894fc3601739fb7d588b431 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:30:38 +1000 Subject: [PATCH] Update colours --- src/SharpIDE.Photino/Components/TerminalOutputDisplay.razor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SharpIDE.Photino/Components/TerminalOutputDisplay.razor b/src/SharpIDE.Photino/Components/TerminalOutputDisplay.razor index b6204b6..1571d62 100644 --- a/src/SharpIDE.Photino/Components/TerminalOutputDisplay.razor +++ b/src/SharpIDE.Photino/Components/TerminalOutputDisplay.razor @@ -22,11 +22,12 @@ CursorStyle = CursorStyle.Bar, Columns = 140, FontFamily = "Cascadia Code", - FontWeightBold = "500", + FontWeightBold = "400", Theme = { BrightGreen = "#98c379", - BrightRed = "#eb424f", + BrightRed = "#e06c75", + Foreground = "#dcdfe4", Background = "#282c34", }, };