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", }, };