Use theme colors
This commit is contained in:
parent
272d32e930
commit
b899bbbf20
@ -21,6 +21,8 @@ namespace UniversalEditor.UserInterface.WindowsForms.Dialogs
|
||||
|
||||
RefreshProjectTemplates();
|
||||
tvProject.Sort();
|
||||
|
||||
// UseThemeBackground = true;
|
||||
}
|
||||
|
||||
private NewDialogMode mvarMode = NewDialogMode.File;
|
||||
|
||||
@ -17,6 +17,12 @@ namespace UniversalEditor.UserInterface.WindowsForms.Controls
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
txtSearch.BackColor = AwesomeControls.Theming.Theme.CurrentTheme.ColorTable.WindowBackground;
|
||||
txtSearch.ForeColor = AwesomeControls.Theming.Theme.CurrentTheme.ColorTable.WindowForeground;
|
||||
|
||||
tvObjectModels.BackColor = AwesomeControls.Theming.Theme.CurrentTheme.ColorTable.WindowBackground;
|
||||
tvObjectModels.ForeColor = AwesomeControls.Theming.Theme.CurrentTheme.ColorTable.WindowForeground;
|
||||
|
||||
imlLargeIcons.PopulateSystemIcons();
|
||||
imlSmallIcons.PopulateSystemIcons();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user