Update colours
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user