Update colours

This commit is contained in:
Matt Parker
2025-08-01 20:30:38 +10:00
parent f45244eb1c
commit 4d99d95865

View File

@@ -22,11 +22,12 @@
CursorStyle = CursorStyle.Bar, CursorStyle = CursorStyle.Bar,
Columns = 140, Columns = 140,
FontFamily = "Cascadia Code", FontFamily = "Cascadia Code",
FontWeightBold = "500", FontWeightBold = "400",
Theme = Theme =
{ {
BrightGreen = "#98c379", BrightGreen = "#98c379",
BrightRed = "#eb424f", BrightRed = "#e06c75",
Foreground = "#dcdfe4",
Background = "#282c34", Background = "#282c34",
}, },
}; };