mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Changed text color to dark grey to make effect clearer
This commit is contained in:
@@ -55,7 +55,7 @@ namespace UICatalog.Scenarios {
|
||||
Disabled = Win.ColorScheme.Disabled,
|
||||
HotFocus = Win.ColorScheme.HotFocus,
|
||||
Focus = Win.ColorScheme.Focus,
|
||||
Normal = Application.Driver.MakeAttribute (Color.Gray, Color.Black)
|
||||
Normal = Application.Driver.MakeAttribute (Color.DarkGray, Color.Black)
|
||||
};
|
||||
|
||||
tableView.Table = dt;
|
||||
|
||||
Reference in New Issue
Block a user